Set the spacing between lines of text for a font.
Defined in <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 function is available since SDL_ttf 2.22.0.