|
|
|
|
|
- Changing the character set
- Limitations
FontCharset (Property) In french: PoliceAlphabet
The FontCharset property is used to: - Find out the character set used by the screen fonts of a control.
- Modify the character set used by the screen fonts of a control.
EDT_MyControl.FontCharset = charsetArabic Syntax
Finding out the character set currently used in a control Hide the details
<Result> = <Control used>.FontCharset
<Result>: Integer constant Type of character set used by the specified control:
| | charsetAnsi | Roman characters in ANSI standard | charsetArabic | Arabic characters | charsetBaltic | Baltic characters | charsetChinese | Chinese characters (People's Republic of China) | charsetTraditionalChinese | Traditional Chinese characters (Republic of Taiwan) | charsetKorean | Korean characters | charsetCurrent | Uses the current character set specified with ChangeCharset | charsetDefault | Default character set of the current computer. No character set is forced. | charsetEastEurope | Eastern European character sets (Polish, etc.) | charsetGreek | Greek characters | charsetHebrew | Hebrew characters | charsetJapanese | Japanese characters | charsetMac | Mac Roman character set (used in previous versions of Macintosh). | charsetOccidental | Roman characters in ANSI standard | charsetRussian | Russian characters | charsetThai | Thai characters | charsetTurkish | Turkish characters | charsetVietnamese | Vietnamese characters |
<Control used>: Control name Name of the control to be used.
Modifying the character set used in a control Hide the details
<Control used>.FontCharset = <New charset>
<Control used>: Control name Name of the control to be used. <New charset>: Integer constant Type of character set that will be used in the specified control:
| | charsetAnsi | Roman characters in ANSI standard | charsetArabic | Arabic characters | charsetBaltic | Baltic characters | charsetChinese | Chinese characters (People's Republic of China) | charsetTraditionalChinese | Traditional Chinese characters (Republic of Taiwan) | charsetKorean | Korean characters | charsetCurrent | Uses the current character set specified with ChangeCharset | charsetDefault | Default character set of the current computer. No character set is forced. | charsetEastEurope | Eastern European character sets (Polish, etc.) | charsetGreek | Greek characters | charsetHebrew | Hebrew characters | charsetJapanese | Japanese characters | charsetMac | Mac Roman character set (used in previous versions of Macintosh). | charsetOccidental | Roman characters in ANSI standard | charsetRussian | Russian characters | charsetThai | Thai characters | charsetTurkish | Turkish characters | charsetVietnamese | Vietnamese characters |
Remarks Changing the character set When changing the character set, the fonts that use the requested character set must be installed on the current computer. Remark: To change the character set for all fonts in a single operation, use ChangeCharset.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|