CharSet property
Returns the Microsoft Windows character set for a Font object.
Version added
4.0
Syntax
| |
intRet |
Integer. The character set code for the object. |
object |
Required. An expression that returns a Font object. |
Remarks
The Windows character set specifies character mapping for a font. The possible values of the CharSet property correspond to those of the lfCharSet member of the Windows LOGFONT data structure. For details, search for "LOGFONT" in the Microsoft Platform SDK on the Microsoft Developer Network (MSDN) Web site.