This class represents a font that can be added to a PDF document and used by the text elements
            
Inheritance Hierarchy
WinnovativePdfFont
Namespace: Winnovative
Assembly: wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax
The PdfFont type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FontBaseFamily | 
            Gets the predefined family name of this PDF font.
              | |
| FontFamily | 
            Gets the name of the font family of this PDF font.
              | |
| Height | 
            Gets the height of this PDF font.
              | |
| IsStrikeout | 
            A flag to indicate if the font is strikeout.
              | |
| IsUnderline | 
            A flag to indicate if the font is underline.
              | |
| Size | 
            Gets or sets size in points of this PDF font.
              | 
Methods
| Name | Description | |
|---|---|---|
| Clone | 
            Creates a clone of this font in the specified document.
              | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetCharWidth | 
            Gets the width of the specified character in points.
              | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetSystemFont | 
            Converts this font to a corresponding system font.
              | |
| GetTextSize | 
            Gets the size of the specified string in points.
              | |
| GetTextWidth | 
            Get the width in points of the specified string when rendered in PDF using this font.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
See Also