TTF_Direction - Direction flags
Contents
Availability
This enum is available since SDL_ttf 3.0.0.
Description
The values here are chosen to match
hb_direction_t ⟨https://
harfbuzz.www:lenstrwww:splitstr:nwww:splitstr:r[char46]github.www:lenstrwww:splitstr:nwww:splitstr:r[char46]io/
harfbuzz-hb-common.www:lenstrwww:splitstr:nwww:splitstr:r[char46]html#hb-direction-t⟩
.
Header File
Defined in SDL3_ttf/SDL_ttf.h
Name
TTF_Direction - Direction flags
See Also
•(3), TTF_SetFontDirection(3) SDL_ttf SDL_ttf 3.2.2 TTF_Direction(3type)
Synopsis
#include"SDL3_ttf/SDL_ttf.h"typedefenumTTF_Direction{TTF_DIRECTION_INVALID=0,TTF_DIRECTION_LTR=4,/**<LefttoRight*/TTF_DIRECTION_RTL,/**<RighttoLeft*/TTF_DIRECTION_TTB,/**<ToptoBottom*/TTF_DIRECTION_BTT/**<BottomtoTop*/}TTF_Direction;