Set a font's current wrap alignment option.
void TTF_SetFontWrappedAlign(TTF_Font *font, int align);
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