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

FieldDescription
AnsiSpecifies the English character set.
DefaultSpecifies 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.
SymbolSpecifies a character set of symbols.
MacSpecifies the Apple Macintosh character set.
ShiftjisSpecifies the Japanese character set.
HangulAlso spelled “Hangeul”.
JohabAlso spelled “Johap”.
Gb2312Specifies the “simplified” Chinese character set for People’s Republic of China.
Chinesebig5Specifies the “traditional” Chinese character set, used mostly in Taiwan and in the Hong Kong and Macao Special Administrative Regions.
GreekSpecifies the Greek character set.
TurkishSpecifies the Turkish character set.
VietnameseSpecifies the Vietnamese character set.
HebrewSpecifies the Vietnamese character set.
ArabicSpecifies the Arabic character set
BalticSpecifies the Baltic (Northeastern European) character set
RussianSpecifies the Russian Cyrillic character set.
ThaiSpecifies the Thai character set.
EasteuropeSpecifies a Eastern European character set.
OemSpecifies 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.