Pdf |
The PdfFonts type exposes the following members.
| Name | Description | |
|---|---|---|
| StandardFontFaces | Gets the collection of PdfFontFace objects that represent the PDF standard Type 1 fonts. | |
| StandardFontFamilies | Gets the collection of PdfFontFamily objects that represent the PDF standard Type 1 fonts. | |
| SystemFontFaces | Gets the collection of PdfFontFace objects from the default system font location. | |
| SystemFontFamilies | Gets the collection of PdfFontFamily objects from the default system font location. |
| Name | Description | |
|---|---|---|
| GetFontFaces(String) | Returns the collection of PdfFontFace objects from a string value that represents the location of the fonts. | |
| GetFontFaces(String, String) | Returns the collection of PdfFontFace objects embedded as resources in the specified assembly at the specified location. Read the Remarks for details about the arguments of the GetFontFaces(String, String) method for desktop and web applications. | |
| GetFontFamilies(String) | Returns the collection of PdfFontFamily objects from a string value that represents the location of the fonts. | |
| GetFontFamilies(String, String) | Returns the collection of PdfFontFamily objects embedded as resources in the specified assembly at the specified location. Read the Remarks for details about the arguments of the GetFontFamilies(String, String) method for desktop and web applications. |