Get the properties associated with a font.
Defined in <SDL3_ttf/SDL_ttf.h>
SDL_PropertiesID TTF_GetFontProperties(TTF_Font *font);
TTF_Font * | font | the font to query. |
(SDL_PropertiesID) Returns a valid property ID on success or 0 on failure; call SDL_GetError() for more information.
It is safe to call this function from any thread.
This function is available since SDL_ttf 3.0.0.