Font.CharSet Property
Visio Automation Reference |
Returns the Microsoft Windows character set for a Font object. Read-only.
Version Information
Version Added: Visio 4.0
Syntax
expression.CharSet
expression A variable that represents a Font object.
Return Value
Integer
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 MSDN, the Microsoft Developer Network.
See Also