OpenTypeWindowsEncoding

OpenTypeWindowsEncoding enumeration

Represents encoding for the Windows platform.

public enum OpenTypeWindowsEncoding : ushort

Values

Name Value Description
Symbol 0 The Symbol encoding.
UnicodeBmp 1 The Unicode BMP encoding.
ShiftJis 2 The ShiftJIS encoding.
Prc 3 The PRC encoding.
Big5 4 The Big5 encoding.
Wansung 5 The Wansung encoding.
Johab 6 The Johab encoding.
UnicodeFull 10 The Unicode full repertoire encoding.

See Also