OpenTypeUnicodeEncoding enumeration
OpenTypeUnicodeEncoding enumeration
Represents encoding for OpenTypePlatform.UNICODE platform.
The OpenTypeUnicodeEncoding type exposes the following members:
Fields
| Field | Description |
|---|---|
| UNICODE10 | Unicode 1.0 semantics. |
| UNICODE11 | Unicode 1.1 semantics. |
| ISO | ISO/IEC 10646 semantics. |
| UNICODE_20_BMP | Unicode 2.0 and onwards semantics, Unicode BMP only (‘cmap’ subtable formats 0, 4, 6). |
| UNICODE_20_FULL | Unicode 2.0 and onwards semantics, Unicode full repertoire (‘cmap’ subtable formats 0, 4, 6, 10, 12). |
| UNICODE_VARIATION | Unicode Variation Sequences (‘cmap’ subtable format 14). |
| UNICODE_FULL | Unicode full repertoire (‘cmap’ subtable formats 0, 4, 6, 10, 12, 13). |