Documents for PDF, .NET Edition Documentation
FontWeight Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Text Namespace : FontWeight Enumeration
Defines possible font weight values.
Syntax
'Declaration
 
Public Enum FontWeight 
   Inherits System.Enum
public enum FontWeight : System.Enum 
Members
MemberDescription
BlackBlack.
BoldBold.
DemiBoldDemiBold.
ExtraBoldExtraBold.
ExtraLightExtraLight.
HeavyHeavy.
LightLight.
MediumMedium.
NormalNormal.
RegularRegular.
SemiBoldSemiBold.
ThinThin.
UltraLightUltraLight.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.Text.FontWeight

See Also

Reference

GrapeCity.Documents.Pdf.Text Namespace