TTF_GetFontOutline - Query a font's current outline.
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_GetFontOutline - Query a font's current outline.
Return Value
Returns the font's current outline value.
See Also
•(3), TTF_SetFontOutline(3) SDL_ttf SDL_ttf 3.2.2 TTF_GetFontOutline(3)
Synopsis
#include"SDL3_ttf/SDL_ttf.h"intTTF_GetFontOutline(constTTF_Font*font);
Thread Safety
It is safe to call this function from any thread.
