TextDirection
Description:
[ CCode ( cprefix = "GIMP_TEXT_DIRECTION_" , type_id = "gimp_text_direction_get_type ()" ) ]
public enum TextDirection
Content:
Enum values:
- LTR - From left to right
- RTL - From right to left
- TTB_LTR - Characters are from top to
bottom, Lines are from left to right
- TTB_LTR_UPRIGHT - Upright
characters are from top to bottom, Lines are from left to right
- TTB_RTL - Characters are from top to
bottom, Lines are from right to left
- TTB_RTL_UPRIGHT - Upright
characters are from top to bottom, Lines are from right to left