[]
Specifies the pitch of a font.
public enum FontPitch
Default = 2Specifies that no information is available about the pitch of the font.
Fixed = 0Specifies that the font is a fixed width font.
Variable = 1Specifies that the font is a proportional width font.