logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TTF_SetFontWrapAlignment - Set a font's current wrap alignment option.

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.

See Also