public final class OpenTypeDirectionHint
extends com.aspose.ms.System.Enum
Represents the OpenType font direction.
Modifier and Type | Field and Description |
---|---|
static short |
FullyMixed
Fully mixed directional glyphs.
|
static short |
LeftToRightAndNeutrals
Like
OnlyLeftToRight but also contains neutrals. |
static short |
OnlyLeftToRight
Only strongly left to right.
|
static short |
OnlyRightToLeft
Only strongly right to left.
|
static short |
RightToLeftAndNeutrals
Like
OnlyRightToLeft but also contains neutrals. |
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final short FullyMixed
Fully mixed directional glyphs.
public static final short OnlyLeftToRight
Only strongly left to right.
public static final short LeftToRightAndNeutrals
Like OnlyLeftToRight
but also contains neutrals.
public static final short OnlyRightToLeft
Only strongly right to left.
public static final short RightToLeftAndNeutrals
Like OnlyRightToLeft
but also contains neutrals.