Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontStyle Enumeration

In This Topic
    FontStyle Enumeration
    In This Topic
    Specifies the emulated style of the font, if necessary.
    Syntax
    'Declaration
     
    Public Enum FontStyle 
       Inherits System.Enum
    public enum FontStyle : System.Enum 
    Members
    MemberDescription
    BoldBold text.
    BoldItalicApplied both the Bold and Italic attributes.
    ItalicItalic text.
    RegularNormal text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Text.FontStyle

    See Also