Query whether or not kerning is allowed for a font.
Defined in <SDL_ttf.h>
int TTF_GetFontKerning(const TTF_Font *font);
const TTF_Font * | font | the font to query. |
(int) Returns non-zero if kerning is enabled, zero otherwise.
This function is available since SDL_ttf 2.0.12.