Query a font's current wrap alignment option.
Defined in SDL_ttf.h
int TTF_GetFontWrappedAlign(const TTF_Font *font);
Returns the font's current wrap alignment option.
The wrap alignment option can be one of the following:
TTF_WRAPPED_ALIGN_LEFT
TTF_WRAPPED_ALIGN_CENTER
TTF_WRAPPED_ALIGN_RIGHT
This function is available since SDL_ttf 3.0.0.
CategoryAPI, CategoryAPIFunction