Returns an enumerated type indicating the character set used to display text in the editor.
Syntax
Property Get FontCharacterSet()
This syntax has these parts:
Part | Description |
TextEditorFontCharSet | Required String expression indicating an alphabet. See the table in Remarks for values. |
Remarks
The default for this property is determined by the system.
Element | Value |
EDITOR_ANSI_CHARSET | 0 |
EDITOR_DEFAULT_CHARSET | 1 |
EDITOR_SYMBOL_CHARSET | 2 |
EDITOR_SHIFTJIS_CHARSET | 128 |
EDITOR_HANGEUL_CHARSET | 129 |
EDITOR_GB2312_CHARSET | 134 |
EDITOR_CHINESEBIG5_CHARSET | 136 |
EDITOR_OEM_CHARSET | 255 |
EDITOR_JOHAB_CHARSET | 130 |
EDITOR_HEBREW_CHARSET | 177 |
EDITOR_ARABIC_CHARSET | 178 |
EDITOR_GREEK_CHARSET | 161 |
EDITOR_TURKISH_CHARSET | 162 |
EDITOR_VIETNAMESE_CHARSET | 163 |
EDITOR_THAI_CHARSET | 222 |
EDITOR_EASTEUROPE_CHARSET | 238 |
EDITOR_RUSSIAN_CHARSET | 204 |
EDITOR_MAC_CHARSET | 77 |
EDITOR_BALTIC_CHARSET | 186 |