Get the script used for text shaping a font.
Defined in <SDL3_ttf/SDL_ttf.h>
Uint32 TTF_GetFontScript(TTF_Font *font);
TTF_Font * | font | the font to query. |
(Uint32) Returns an ISO 15924 code or 0 if a script hasn't been set.
This function should be called on the thread that created the font.
This function is available since SDL_ttf 3.0.0.