Skip to content

TSdlTtfDirection

Direction values

The values here are chosen to match hb_direction_t.

Definition

Unit: Neslib.Sdl3.Ttf

type TSdlTtfDirection = (Invalid, LeftToRight, RightToLeft, TopToBottom, BottomToTop)

See Also

Enumeration Values

Invalid = TTF_DIRECTION_INVALID


LeftToRight = TTF_DIRECTION_LTR

Left to Right


RightToLeft = TTF_DIRECTION_RTL

Right to Left


TopToBottom = TTF_DIRECTION_TTB

Top to Bottom


BottomToTop = TTF_DIRECTION_BTT

Bottom to Top