WmfCharacterSet
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class WmfCharacterSet extends System.Enum
The CharacterSet Enumeration defines the possible sets of character glyphs that are defined in fonts for graphics output.
Fields
Field | Description |
---|---|
Ansi | Specifies the English character set. |
Default | 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. |
Symbol | Specifies a character set of symbols. |
Mac | Specifies the Apple Macintosh character set. |
Shiftjis | Specifies the Japanese character set. |
Hangul | Also spelled “Hangeul”. |
Johab | Also spelled “Johap”. |
Gb2312 | Specifies the “simplified” Chinese character set for People’s Republic of China. |
Chinesebig5 | Specifies the “traditional” Chinese character set, used mostly in Taiwan and in the Hong Kong and Macao Special Administrative Regions. |
Greek | Specifies the Greek character set. |
Turkish | Specifies the Turkish character set. |
Vietnamese | Specifies the Vietnamese character set. |
Hebrew | Specifies the Vietnamese character set. |
Arabic | Specifies the Arabic character set |
Baltic | Specifies the Baltic (Northeastern European) character set |
Russian | Specifies the Russian Cyrillic character set. |
Thai | Specifies the Thai character set. |
Easteurope | Specifies a Eastern European character set. |
Oem | Specifies a mapping to one of the OEM code pages, according to the current system locale setting. |
Ansi
public static final byte Ansi
Specifies the English character set.
Default
public static final byte Default
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.
Symbol
public static final byte Symbol
Specifies a character set of symbols.
Mac
public static final byte Mac
Specifies the Apple Macintosh character set.
Shiftjis
public static final byte Shiftjis
Specifies the Japanese character set.
Hangul
public static final byte Hangul
Also spelled “Hangeul”. Specifies the Hangul Korean character set.
Johab
public static final byte Johab
Also spelled “Johap”. Specifies the Johab Korean character set.
Gb2312
public static final byte Gb2312
Specifies the “simplified” Chinese character set for People’s Republic of China.
Chinesebig5
public static final byte Chinesebig5
Specifies the “traditional” Chinese character set, used mostly in Taiwan and in the Hong Kong and Macao Special Administrative Regions.
Greek
public static final byte Greek
Specifies the Greek character set.
Turkish
public static final byte Turkish
Specifies the Turkish character set.
Vietnamese
public static final byte Vietnamese
Specifies the Vietnamese character set.
Hebrew
public static final byte Hebrew
Specifies the Vietnamese character set.
Arabic
public static final byte Arabic
Specifies the Arabic character set
Baltic
public static final byte Baltic
Specifies the Baltic (Northeastern European) character set
Russian
public static final byte Russian
Specifies the Russian Cyrillic character set.
Thai
public static final byte Thai
Specifies the Thai character set.
Easteurope
public static final byte Easteurope
Specifies a Eastern European character set.
Oem
public static final byte Oem
Specifies a mapping to one of the OEM code pages, according to the current system locale setting.