TTF_FontIsScalable - Query whether a font is scalable or not.
Contents
Availability
This function is available since SDL_ttf 3.0.0.
Description
Scalability lets us distinguish between outline and bitmap fonts.
Function Parameters
font the font to query.
Header File
Defined in SDL3_ttf/SDL_ttf.h
Name
TTF_FontIsScalable - Query whether a font is scalable or not.
Return Value
Returns true if the font is scalable, false otherwise.
See Also
•(3), TTF_SetFontSDF(3) SDL_ttf SDL_ttf 3.2.2 TTF_FontIsScalable(3)
Synopsis
#include"SDL3_ttf/SDL_ttf.h"boolTTF_FontIsScalable(constTTF_Font*font);
Thread Safety
It is safe to call this function from any thread.
