[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int TTF_FontLineSkip(TTF_Font *font)
Get the reccomended 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.4 TTF_FontHeight,
3.3.5 TTF_FontAscent,
3.3.6 TTF_FontDescent,
3.3.12 TTF_GlyphMetrics