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
Name | Description |
---|---|
Default | Specifies that no information is available about the pitch of a font. |
Fixed | Specifies that this is a fixed width font. |
Variable | Specifies that this is a proportional width font. |
See Also
- module Aspose.Words.Fonts