FontPitch enumeration

FontPitch enumeration

Represents the font pitch.

The pitch indicates if the font is fixed pitch, proportionally spaced, or relies on a default setting.

Members

NameDescription
DEFAULTSpecifies that no information is available about the pitch of a font.
FIXEDSpecifies that this is a fixed width font.
VARIABLESpecifies that this is a proportional width font.

See Also