This data type is used within the L_SvgDirectionProp structure to specify character direction.
enum L_SvgDirection{L_SvgDirection_Unspecified,L_SvgDirection_LTR,L_SvgDirection_RTL};typedef enum L_SvgDirection L_SvgDirection;
Unspecified character direction.
Characters are read left to right.
Characters are read right to left.
Character direction.
Value for L_SvgDirectionProp Direction.