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