Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontPitch Enumeration

In This Topic
    FontPitch Enumeration
    In This Topic
    Specifies the pitch of a font.
    Syntax
    'Declaration
     
    Public Enum FontPitch 
       Inherits System.Enum
    public enum FontPitch : System.Enum 
    Members
    MemberDescription
    Default Specifies that no information is available about the pitch of the font.
    Fixed Specifies that the font is a fixed width font.
    Variable Specifies that the font is a proportional width font.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.FontPitch

    See Also