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_HorizontalAlignment - The horizontal alignment used when rendering wrapped text.

Availability

       This enum is available since SDL_ttf 3.0.0.

SDL_ttf                                           SDL_ttf 3.2.2                   TTF_HorizontalAlignment(3type)

Header File

       Defined in SDL3_ttf/SDL_ttf.h

Name

       TTF_HorizontalAlignment - The horizontal alignment used when rendering wrapped text.

Synopsis

#include"SDL3_ttf/SDL_ttf.h"typedefenumTTF_HorizontalAlignment{TTF_HORIZONTAL_ALIGN_INVALID=-1,TTF_HORIZONTAL_ALIGN_LEFT,TTF_HORIZONTAL_ALIGN_CENTER,TTF_HORIZONTAL_ALIGN_RIGHT}TTF_HorizontalAlignment;

See Also