TDrawingFontCharSet Enumeration
Character set for a font as defined in the DrawingML standard.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
Ansi |
0 |
Specifies the ANSI character set. (IANA name iso-8859-1) |
Default |
1 |
Specifies the default character set.
|
Symbol |
2 |
Specifies the Symbol character set. This value specifies that the characters in the Unicode private use area (U+FF00 to U+FFFF) of the font should be used to display characters in the range U+0000 to U+00FF.
|
Macintosh |
77 |
Specifies a Macintosh (Standard Roman) character set. (IANA name macintosh) |
Jis |
128 |
Specifies the JIS character set. (IANA name shift_jis) |
Hangul |
129 |
Specifies the Hangul character set. (IANA name ks_c_5601-1987) |
Johab |
130 |
Specifies a Johab character set. (IANA name KS C-5601-1992) |
GB2312 |
134 |
Specifies the GB-2312 character set. (IANA name GBK) |
Big5 |
136 |
Specifies the Chinese Big Five character set. (IANA name Big5) ECMA-376 Part 1 |
Greek |
161 |
Specifies a Greek character set. (IANA name windows-1253) |
Turkish |
162 |
Specifies a Turkish character set. (IANA name iso-8859-9) |
Vietnamese |
163 |
Specifies a Vietnamese character set. (IANA name windows-1258) |
Hebrew |
177 |
Specifies a Hebrew character set. (IANA name windows-1255) |
Arabic |
178 |
Specifies an Arabic character set. (IANA name windows-1256) |
Baltic |
186 |
Specifies a Baltic character set. (IANA name windows-1257) |
Russian |
204 |
Specifies a Russian character set. (IANA name windows-1251) |
Thai |
222 |
Specifies a Thai character set. (IANA name windows-874) |
EasternEuropean |
238 |
Specifies an Eastern European character set. (IANA name windows-1250) |
OEM |
255 |
Specifies an OEM character set not defined by ECMA-376.
|