Query the recommended spacing between lines of text for a font.
Defined in <SDL_ttf.h>
int TTF_FontLineSkip(const TTF_Font *font);
const TTF_Font * | font | the font to query. |
(int) Returns the font's recommended spacing.
This function is available since SDL_ttf 2.0.12.