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