Scroll to navigation

TTF_FontLineSkip(3) SDL_ttf3 FUNCTIONS TTF_FontLineSkip(3)

NAME

TTF_FontLineSkip - Query the recommended spacing between lines of text for a font.

SYNOPSIS

#include "SDL3_ttf/SDL_ttf.h"
int TTF_FontLineSkip(const TTF_Font *font);

FUNCTION PARAMETERS

the font to query.

RETURN VALUE

Returns the font's recommended spacing.

AVAILABILITY

This function is available since SDL_ttf 3.0.0.

SDL_ttf 3.0.0 SDL_ttf