Font.PitchAndFamily Property
Visio Automation Reference |
Returns the pitch and family code for a Font object. Read-only.
Version Information
Version Added: Visio 4.0
Syntax
expression.PitchAndFamily
expression A variable that represents a Font object.
Return Value
Integer
Remarks
The possible values of the PitchAndFamily property correspond to those of the lfPitchAndFamily 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