Set the spacing between lines of text for a font.
Defined in <SDL3_ttf/SDL_ttf.h>
void TTF_SetFontLineSkip(TTF_Font *font, int lineskip);
TTF_Font * | font | the font to modify. |
int | lineskip | the new line spacing for the font. |
This updates any TTF_Text objects using this font.
This function should be called on the thread that created the font.
This function is available since SDL_ttf 3.0.0.