@Deprecated public final class OpenTypeDirectionHint extends com.aspose.ms.System.Enum
Represents the OpenType font direction.
Modifier and Type | Field and Description |
---|---|
static short |
FullyMixed
Deprecated.
Fully mixed directional glyphs.
|
static short |
LeftToRightAndNeutrals
Deprecated.
Like
OnlyLeftToRight but also contains neutrals. |
static short |
OnlyLeftToRight
Deprecated.
Only strongly left to right.
|
static short |
OnlyRightToLeft
Deprecated.
Only strongly right to left.
|
static short |
RightToLeftAndNeutrals
Deprecated.
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.
Copyright © 2020. All rights reserved.