In This Topic
GdPicture14 Namespace / FontCharSet Enumeration

FontCharSet Enumeration

In This Topic
Character sets used by fonts.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum FontCharSet 
   Inherits System.Enum
[ComVisible(true)]
public enum FontCharSet : System.Enum 
public enum FontCharSet = class(System.Enum)
ComVisibleAttribute()
public enum FontCharSet extends System.Enum
[ComVisible(true)]
__value public enum FontCharSet : public System.Enum 
[ComVisible(true)]
public enum class FontCharSet : public System.Enum 
Members
MemberValueDescription
ANSI_CHARSET0ANSI characters.
ARABIC_CHARSET178Arabic characters.
BALTIC_CHARSET186Baltic characters.
CHINESEBIG5_CHARSET136Traditional Chinese characters (Taiwanese).
DEFAULT_CHARSET1Font is chosen based solely on its name and its size. If the described font is not available on the system, Windows will substitute another font.
EASTEUROPE_CHARSET238Includes diacritical marks for eastern european countries.
GB2312_CHARSET134Simplified Chinese characters (mainland china).
GREEK_CHARSET161Greek characters.
HANGEUL_CHARSET129Korean characters (Wansung).
HANGUL_CHARSET129Korean characters (Wansung).
HEBREW_CHARSET177Hebrew characters.
JOHAB_CHARSET130Korean characters (Johab).
MAC_CHARSET77Macintosh characters.
OEM_CHARSET255Depends on the codepage of the operating system.
RUSSIAN_CHARSET204Cyrillic characters.
SHIFTJIS_CHARSET128Japanese shift-JIS characters.
SYMBOL_CHARSET2Standard symbol set.
THAI_CHARSET222Thai characters.
TURKISH_CHARSET162Turkish characters.
VIETNAMESE_CHARSET163Vietnamese characters.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.FontCharSet

See Also