TTF_GetFontSDF - Query whether Signed Distance Field rendering is enabled for a font.
Contents
Availability
This function is available since SDL_ttf 3.0.0.
Function Parameters
font the font to query.
Header File
Defined in SDL3_ttf/SDL_ttf.h
Name
TTF_GetFontSDF - Query whether Signed Distance Field rendering is enabled for a font.
Return Value
Returns true if enabled, false otherwise.
See Also
•(3), TTF_SetFontSDF(3) SDL_ttf SDL_ttf 3.2.2 TTF_GetFontSDF(3)
Synopsis
#include"SDL3_ttf/SDL_ttf.h"boolTTF_GetFontSDF(constTTF_Font*font);
Thread Safety
It is safe to call this function from any thread.
