OpenTypeUnicodeEncoding
OpenTypeUnicodeEncoding enumeration
Represents encoding for Unicode platform.
public enum OpenTypeUnicodeEncoding : ushort
Values
Name | Value | Description |
---|---|---|
Unicode10 | 0 |
Unicode 1.0 semantics. |
Unicode11 | 1 |
Unicode 1.1 semantics. |
Iso | 2 |
ISO/IEC 10646 semantics. |
Unicode20Bmp | 3 |
Unicode 2.0 and onwards semantics, Unicode BMP only (‘cmap’ subtable formats 0, 4, 6). |
Unicode20Full | 4 |
Unicode 2.0 and onwards semantics, Unicode full repertoire (‘cmap’ subtable formats 0, 4, 6, 10, 12). |
UnicodeVariation | 5 |
Unicode Variation Sequences (‘cmap’ subtable format 14). |
UnicodeFull | 6 |
Unicode full repertoire (‘cmap’ subtable formats 0, 4, 6, 10, 12, 13). |
See Also
- namespace GroupDocs.Metadata.Formats.Font
- assembly GroupDocs.Metadata