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
Member | Value | Description |
ANSI_CHARSET | 0 | ANSI characters. |
ARABIC_CHARSET | 178 | Arabic characters. |
BALTIC_CHARSET | 186 | Baltic characters. |
CHINESEBIG5_CHARSET | 136 | Traditional Chinese characters (Taiwanese). |
DEFAULT_CHARSET | 1 | Font 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_CHARSET | 238 | Includes diacritical marks for eastern european countries. |
GB2312_CHARSET | 134 | Simplified Chinese characters (mainland china). |
GREEK_CHARSET | 161 | Greek characters. |
HANGEUL_CHARSET | 129 | Korean characters (Wansung). |
HANGUL_CHARSET | 129 | Korean characters (Wansung). |
HEBREW_CHARSET | 177 | Hebrew characters. |
JOHAB_CHARSET | 130 | Korean characters (Johab). |
MAC_CHARSET | 77 | Macintosh characters. |
OEM_CHARSET | 255 | Depends on the codepage of the operating system. |
RUSSIAN_CHARSET | 204 | Cyrillic characters. |
SHIFTJIS_CHARSET | 128 | Japanese shift-JIS characters. |
SYMBOL_CHARSET | 2 | Standard symbol set. |
THAI_CHARSET | 222 | Thai characters. |
TURKISH_CHARSET | 162 | Turkish characters. |
VIETNAMESE_CHARSET | 163 | Vietnamese characters. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.FontCharSet
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace