TTF_GetFontKerning - Query whether or not kerning 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_GetFontKerning - Query whether or not kerning is enabled for a font.
Return Value
Returns true if kerning is enabled, false otherwise.
See Also
•(3), TTF_SetFontKerning(3) SDL_ttf SDL_ttf 3.2.2 TTF_GetFontKerning(3)
Synopsis
#include"SDL3_ttf/SDL_ttf.h"boolTTF_GetFontKerning(constTTF_Font*font);
Thread Safety
It is safe to call this function from any thread.
