Click or drag to resize

FontPitch Enumeration

Represents the font pitch.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum FontPitch
Members
Member name Value Description
Default 0 Specifies that no information is available about the pitch of a font.
Fixed 1 Specifies that this is a fixed width font.
Variable 2 Specifies that this is a proportional width font.
Remarks
The pitch indicates if the font is fixed pitch, proportionally spaced, or relies on a default setting.
See Also