Query a font's current wrap alignment option.
int TTF_GetFontWrappedAlign(const TTF_Font *font);
font | the font to query. |
Returns the font's current wrap alignment option.
The wrap alignment option can be one of the following:
This function is available since SDL_ttf 3.0.0.