Query the recommended spacing between lines of text for a font.
int TTF_FontLineSkip(const TTF_Font *font);
Returns the font's recommended spacing.
This function is available since SDL_ttf 2.0.12.
CategoryAPI