getOutline method
Query a font's current outline.
\param font the font to query. \returns the font's current outline value.
\threadsafety It is safe to call this function from any thread.
\since This function is available since SDL_ttf 3.0.0.
\sa TTF_SetFontOutline
extern SDL_DECLSPEC int SDLCALL TTF_GetFontOutline(const TTF_Font *font)
Implementation
int getOutline() {
return ttfGetFontOutline(this);
}