Query a font's current wrap alignment option.
Defined in <SDL_ttf.h>
int TTF_GetFontWrappedAlign(const TTF_Font *font);
const TTF_Font * | font | the font to query. |
(int) 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 2.20.0.