Enum WmfCharacterSet
Namespace: Aspose.Imaging.FileFormats.Wmf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
The CharacterSet Enumeration defines the possible sets of character glyphs that are defined in fonts for graphics output.
public enum WmfCharacterSet : byte
Fields
Ansi = 0
Specifies the English character set.
Arabic = 178
Specifies the Arabic character set
Baltic = 186
Specifies the Baltic (Northeastern European) character set
Chinesebig5 = 136
Specifies the “traditional” Chinese character set, used mostly in Taiwan and in the Hong Kong and Macao Special Administrative Regions.
Default = 1
Specifies 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.
Easteurope = 238
Specifies a Eastern European character set.
Gb2312 = 134
Specifies the “simplified” Chinese character set for People’s Republic of China.
Greek = 161
Specifies the Greek character set.
Hangul = 129
Also spelled “Hangeul”. Specifies the Hangul Korean character set.
Hebrew = 177
Specifies the Vietnamese character set.
Johab = 130
Also spelled “Johap”. Specifies the Johab Korean character set.
Mac = 77
Specifies the Apple Macintosh character set.
Oem = 255
Specifies a mapping to one of the OEM code pages, according to the current system locale setting.
Russian = 204
Specifies the Russian Cyrillic character set.
Shiftjis = 128
Specifies the Japanese character set.
Symbol = 2
Specifies a character set of symbols.
Thai = 222
Specifies the Thai character set.
Turkish = 162
Specifies the Turkish character set.
Vietnamese = 163
Specifies the Vietnamese character set.