[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FontPitch

Enum FontPitch

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies the pitch of a font.

public enum FontPitch

Fields

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.