OpenTypeDirectionHint enumeration

OpenTypeDirectionHint enumeration

Represents the OpenType font direction.

The OpenTypeDirectionHint type exposes the following members:

Fields

Field Description
FULLY_MIXED Fully mixed directional glyphs.
ONLY_LEFT_TO_RIGHT Only strongly left to right.
LEFT_TO_RIGHT_AND_NEUTRALS Like OpenTypeDirectionHint.ONLY_LEFT_TO_RIGHT but also contains neutrals.
ONLY_RIGHT_TO_LEFT Only strongly right to left.
RIGHT_TO_LEFT_AND_NEUTRALS Like OpenTypeDirectionHint.ONLY_RIGHT_TO_LEFT but also contains neutrals.

See Also