Query a font's current FreeType hinter setting.
Defined in SDL_ttf.h
font | the font to query. |
Returns the font's current hinter value.
The hinter setting is a single value:
TTF_HINTING_NORMAL
TTF_HINTING_LIGHT
TTF_HINTING_MONO
TTF_HINTING_NONE
TTF_HINTING_LIGHT_SUBPIXEL
(available in SDL_ttf 3.0.0 and later)This function is available since SDL_ttf 3.0.0.