Set a font's current wrap alignment option.
void TTF_SetFontWrappedAlign(TTF_Font *font, int align);
font | the font to set a new wrap alignment option on. |
align | the new wrap alignment option. |
The wrap alignment option can be one of the following:
This function is available since SDL_ttf 3.0.0.