[]
Represents the pitch of font.
public enum FontPitch : byte
The two low-order bits specify the pitch of the font and can be one of the following values.
Name | Description |
---|---|
Default | Indicates the default pitch. |
Fixed | Indicates the fixed pitch. |
Variable | Indicates the variable pitch. |