Query a font's current FreeType hinter setting.
Defined in <SDL3_ttf/SDL_ttf.h>
TTF_HintingFlags TTF_GetFontHinting(const TTF_Font *font);| const TTF_Font * | font | the font to query. |
(TTF_HintingFlags) Returns the font's current hinter value, or TTF_HINTING_INVALID if the font is invalid.
The hinter setting is a single value:
TTF_HINTING_NORMALTTF_HINTING_LIGHTTTF_HINTING_MONOTTF_HINTING_NONETTF_HINTING_LIGHT_SUBPIXEL (available in SDL_ttf 3.0.0 and later)It is safe to call this function from any thread.
This function is available since SDL_ttf 3.0.0.