WmfCharacterSet

WmfCharacterSet enumeration

The CharacterSet Enumeration defines the possible sets of character glyphs that are defined in fonts for graphics output.

public enum WmfCharacterSet : byte

Values

NameValueDescription
Ansi0Specifies the English character set.
Default1Specifies a character set based on the current system locale; for example, when the system locale is United States English, the default character set is ANSI_CHARSET.
Symbol2Specifies a character set of symbols.
Mac77Specifies the Apple Macintosh character set.
Shiftjis128Specifies the Japanese character set.
Hangul129Also spelled “Hangeul”. Specifies the Hangul Korean character set.
Johab130Also spelled “Johap”. Specifies the Johab Korean character set.
Gb2312134Specifies the “simplified” Chinese character set for People’s Republic of China.
Chinesebig5136Specifies the “traditional” Chinese character set, used mostly in Taiwan and in the Hong Kong and Macao Special Administrative Regions.
Greek161Specifies the Greek character set.
Turkish162Specifies the Turkish character set.
Vietnamese163Specifies the Vietnamese character set.
Hebrew177Specifies the Vietnamese character set.
Arabic178Specifies the Arabic character set
Baltic186Specifies the Baltic (Northeastern European) character set
Russian204Specifies the Russian Cyrillic character set.
Thai222Specifies the Thai character set.
Easteurope238Specifies a Eastern European character set.
Oem255Specifies a mapping to one of the OEM code pages, according to the current system locale setting.

See Also