Share via


CharSet Property [Visio 2003 SDK Documentation]

Returns the Microsoft Windows character set for a Font object.

intRet = object**.CharSet**

intRet     Integer. The character set code for the object.

object     Required. An expression that returns a Font object.

Version added

4.0

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.

Applies to | Font object

See Also | PitchAndFamily property