OpenTypeIsoEncoding

OpenTypeIsoEncoding enumeration

Represents encoding for the Iso platform.

public enum OpenTypeIsoEncoding : ushort

Values

Name Value Description
Ascii7Bit 0 The 7-bit ASCII encoding.
Iso10646 1 The ISO 10646 encoding.
Iso8859 2 The ISO 8859-1 encoding.

See Also