Provided by: libsdl3-ttf-doc_3.2.0+ds-1_all bug

NAME

       TTF_SetFontHinting - Set a font's current hinter setting.

HEADER FILE

       Defined in SDL3_ttf/SDL_ttf.h

SYNOPSIS

       #include "SDL3_ttf/SDL_ttf.h"

       void TTF_SetFontHinting(TTF_Font *font, TTF_HintingFlags hinting);

DESCRIPTION

       This updates any TTF_Text
        objects using this font, and clears already-generated glyphs, if any, from the cache.

       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)

FUNCTION PARAMETERS

       font   the font to set a new hinter setting on.

       hinting
              the new hinter setting.

THREAD SAFETY

       This function should be called on the thread that created the font.

AVAILABILITY

       This function is available since SDL_ttf 3.0.0.

SEE ALSO

       (3), TTF_GetFontHinting(3)

SDL_ttf                                           SDL_ttf 3.2.0                            TTF_SetFontHinting(3)