Share via


PitchAndFamily Property [Visio 2003 SDK Documentation]

Returns the pitch and family code for a Font object.

intRet = object**.PitchAndFamily**

intRet     Integer. The pitch and family code of the Font object.

object     Required. An expression that returns a Font object.

Version added

4.0

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.

Applies to | Font object

See Also | CharSet property