Documents for PDF, .NET Edition Documentation
FontStyle Enumeration

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace : FontStyle Enumeration
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

Reference

GrapeCity.Documents.Text Namespace