enum EE::Graphics::TextDirection¶
Overview¶
#include <shapedglyph.hpp> enum TextDirection: Uint8 { Unspecified = 0, LeftToRight = 4, RightToLeft, TopToBottom, BottomToTop, };
Detailed Documentation¶
Enum Values¶
Unspecified
Unspecified.
LeftToRight
Left-to-right.
RightToLeft
Right-to-left.
TopToBottom
Top-to-bottom.
BottomToTop
Bottom-to-top.