Query whether or not kerning is allowed for a font.
int TTF_GetFontKerning(const TTF_Font *font);
Returns non-zero if kerning is enabled, zero otherwise.
This function is available since SDL_ttf 2.0.12.
CategoryAPI