The PdfFont type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a clone of this font in the specified document.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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 | (Inherited from Object.) |
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.
|