TTF_GetFontLineSkip - Query the spacing between lines of text for a font.
Contents
Availability
This function is available since SDL_ttf 3.0.0.
Function Parameters
font the font to query.
Header File
Defined in SDL3_ttf/SDL_ttf.h
Name
TTF_GetFontLineSkip - Query the spacing between lines of text for a font.
Return Value
Returns the font's recommended spacing.
See Also
•(3), TTF_SetFontLineSkip(3) SDL_ttf SDL_ttf 3.2.2 TTF_GetFontLineSkip(3)
Synopsis
#include"SDL3_ttf/SDL_ttf.h"intTTF_GetFontLineSkip(constTTF_Font*font);
Thread Safety
It is safe to call this function from any thread.
