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