TTF_SetFontWrapAlignment - Set a font's current wrap alignment option.
Contents
Availability
This function is available since SDL_ttf 3.0.0.
Description
This updates any TTF_Text
objects using this font.
Function Parameters
font the font to set a new wrap alignment option on.
align the new wrap alignment option.
Header File
Defined in SDL3_ttf/SDL_ttf.h
Name
TTF_SetFontWrapAlignment - Set a font's current wrap alignment option.
See Also
•(3), TTF_GetFontWrapAlignment(3) SDL_ttf SDL_ttf 3.2.2 TTF_SetFontWrapAlignment(3)
Synopsis
#include"SDL3_ttf/SDL_ttf.h"voidTTF_SetFontWrapAlignment(TTF_Font*font,TTF_HorizontalAlignmentalign);
Thread Safety
This function should be called on the thread that created the font.
