Charset Enumeration

Contains values specifying charsets.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public enum Charset

Members

Member name Description
Ansi

ANSI charset. Used in the United States and Western Europe.

Arabic

Arabic charset.

Baltic

Baltic charset.

ChineseBig5

Chinese BIG5 charset. Used in Taiwan (Traditional Chinese characters).

Default

The default charset. Actual charset is taken from system settings.

EastEurope

East Europe charset.

Gb2312

GB2312 charset. Used in mainland China (Simplified Chinese characters).

Greek

Greek charset.

Hangul

Hangul charset. Used in Korea (Wansung).

Hebrew

Hebrew charset.

Johab

Johab charset. Used in Korea (Johab).

Mac

Macintosh charset.

Oem

OEM charset. Depends on the codepage of the operating system. The same charset is used by MS-DOS.

Russian

CharsetRussianCyrillic charset. Used in Russia, Belarus, Ukraine and some other slavic countries. Cyrillic charset. Used in Russia, Belarus, Ukraine and some other slavic countries.

ShiftJis

Shift-JIS (Japanese Industry Standard) charset. Used in Japan.

Symbol

Standard symbol charset. Used to display such fonts as Symbol or Wingdings.

Thai

Thai charset.

Turkish

Turkish charset.

Vietnamese

Vietnamese charset.

Remarks

As usual you should use default charset (which uses charset used in system), but if you have problems with internationalization of your application, you may need to use specific charsets.

See Also

Reference