DOKK / manpages / debian 13 / libsdl3-ttf-doc / TTF_ClearFallbackFonts.3.en
TTF_ClearFallbackFonts(3) SDL_ttf3 FUNCTIONS TTF_ClearFallbackFonts(3)

TTF_ClearFallbackFonts - Remove all fallback fonts.

Defined in SDL3_ttf/SDL_ttf.h

#include "SDL3_ttf/SDL_ttf.h"
void TTF_ClearFallbackFonts(TTF_Font *font);

This updates any TTF_Text
objects using this font.

the font to modify.

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

This function is available since SDL_ttf 3.0.0.

(3), TTF_AddFallbackFont(3), (3), TTF_RemoveFallbackFont(3)

SDL_ttf 3.2.2 SDL_ttf