TTF_RemoveFallbackFont - Remove a fallback font.
Contents
Availability
This function is available since SDL_ttf 3.0.0.
Description
This updates any TTF_Text
objects using this font.
Function Parameters
font the font to modify.
fallback
the font to remove as a fallback.
Header File
Defined in SDL3_ttf/SDL_ttf.h
Name
TTF_RemoveFallbackFont - Remove a fallback font.
See Also
•(3), TTF_AddFallbackFont(3), •(3), TTF_ClearFallbackFonts(3) SDL_ttf SDL_ttf 3.2.2 TTF_RemoveFallbackFont(3)
Synopsis
#include"SDL3_ttf/SDL_ttf.h"voidTTF_RemoveFallbackFont(TTF_Font*font,TTF_Font*fallback);
Thread Safety
This function should be called on the thread that created both fonts.
