Direction flags
Defined in SDL_ttf.h
typedef enum TTF_Direction
{
TTF_DIRECTION_LTR = 0, /* Left to Right */
TTF_DIRECTION_RTL, /* Right to Left */
TTF_DIRECTION_TTB, /* Top to Bottom */
TTF_DIRECTION_BTT /* Bottom to Top */
} TTF_Direction;