[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int TTF_FontLineSkip(const TTF_Font *font)
Get the recommended pixel height of a rendered line of text of the loaded font.
This is usually larger than the TTF_FontHeight
of the font.
NOTE: Passing a NULL font into this function will cause a segfault.
Returns: The maximum pixel height of all glyphs in the font.
|
See Also:
3.3.10 TTF_FontHeight,
3.3.11 TTF_FontAscent,
3.3.12 TTF_FontDescent,
3.3.19 TTF_GlyphMetrics