public final class OpenTypeUnicodeEncoding
extends com.aspose.ms.System.Enum
Represents encoding for OpenTypePlatform.Unicode
platform.
Modifier and Type | Field and Description |
---|---|
static int |
Iso
ISO/IEC 10646 semantics.
|
static int |
Unicode10
Unicode 1.0 semantics.
|
static int |
Unicode11
Unicode 1.1 semantics.
|
static int |
Unicode20Bmp
Unicode 2.0 and onwards semantics, Unicode BMP only ('cmap' subtable formats 0, 4, 6).
|
static int |
Unicode20Full
Unicode 2.0 and onwards semantics, Unicode full repertoire ('cmap' subtable formats 0, 4, 6, 10, 12).
|
static int |
UnicodeFull
Unicode full repertoire ('cmap' subtable formats 0, 4, 6, 10, 12, 13).
|
static int |
UnicodeVariation
Unicode Variation Sequences ('cmap' subtable format 14).
|
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 int Unicode10
Unicode 1.0 semantics.
public static final int Unicode11
Unicode 1.1 semantics.
public static final int Iso
ISO/IEC 10646 semantics.
public static final int Unicode20Bmp
Unicode 2.0 and onwards semantics, Unicode BMP only ('cmap' subtable formats 0, 4, 6).
public static final int Unicode20Full
Unicode 2.0 and onwards semantics, Unicode full repertoire ('cmap' subtable formats 0, 4, 6, 10, 12).
public static final int UnicodeVariation
Unicode Variation Sequences ('cmap' subtable format 14).
public static final int UnicodeFull
Unicode full repertoire ('cmap' subtable formats 0, 4, 6, 10, 12, 13).