Pdf |
The PdfFontFamily type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfFontFamily(String) | Initializes a new instance of the PdfFontFamily class from the specified font family name. | |
| PdfFontFamily(String, String) | Initializes a new instance of the PdfFontFamily from a string value that represents the location of the font files and the specified font family name. | |
| PdfFontFamily(String, String, String) | Initializes a new instance of the PdfFontFamily class from the specified font family name whose font files are embedded as resources in the specified assembly at the specified location. Read the Remarks of the GetFontFamilies(String, String) method for details about the arguments of this constructor for desktop and web applications. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to this PdfFontFamily instance.
(Overrides ObjectEquals(Object)) | |
| Equals(PdfFontFamily) | Determines whether the other PdfFontFamily is equal to this PdfFontFamily instance. | |
| GetHashCode |
Returns a hash code for this PdfFontFamily instance.
(Overrides ObjectGetHashCode) | |
| ToString |
Returns a String that represents this PdfFontFamily instance.
(Overrides ObjectToString) |