[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int TTF_GetFontKerning(TTF_Font *font)
Get the current kerning setting of the loaded font.
NOTE: Passing a NULL font into this function will cause a segfault.
Returns: 0(zero) if kerning is disabled. A non-zero value is returned when enabled. The default for a newly loaded font is enabled(1).
|
See Also:
3.3.9 TTF_SetFontKerning,
see section Kerning,
Kerning @ Wikipedia