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