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