FontCharset
- Last UpdatedNov 25, 2021
- 1 minute read
The FontCharset property is a read-write property that gets or sets the character set used for the query and result text.
Syntax
aaHistClientQuery.FontCharset = integer;
Result = aaHistClientQuery.FontCharset;
Remarks
This property is an integer value that specifies the character set used by the font. The following are some common settings for the value:
|
Value |
Description |
|---|---|
|
0 |
The standard Windows character set (ASCII). |
|
1 |
The system default character set. |
|
2 |
The symbol character set. |
|
77 |
Characters used by Macintosh. |
|
128 |
The Japanese character set. |
|
129, 130 |
Korean character set. |
|
134 |
The Chinese character set used in mainland China (Simplified Chinese) |
|
136 |
The Chinese character set used mostly in Hong Kong SAR and Taiwan (Traditional Chinese). |
|
161 |
The Greek character set. |
|
162 |
The Turkish character set. |
|
163 |
The Vietnamese character set. |
|
177 |
The Hebrew character set. |
|
178 |
The Arabic character set. |
|
204 |
The Russian character set. |
|
222 |
The Thai character set. |
|
238 |
The Eastern European character set. |
|
255 |
The extended ASCII character set used with DOS and some Microsoft® Windows® fonts. |
The default value is 1.