PdfFontResource Class |
Namespace: RadPdf.Integration
The PdfFontResource type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfFontResource(String, String, PdfFontResourceStandard) |
Create a new PDF font resource used by the PdfWebControl and other aspects of RAD PDF.
| |
| PdfFontResource(String, String, String) |
Create a new PDF font resource used by the PdfWebControl and other aspects of RAD PDF.
| |
| PdfFontResource(String, String, PdfFontResourceStandard, String) |
Create a new PDF font resource used by the PdfWebControl and other aspects of RAD PDF.
| |
| PdfFontResource(String, String, String, String) |
Create a new PDF font resource used by the PdfWebControl and other aspects of RAD PDF.
|
| Name | Description | |
|---|---|---|
| ArialFontResource |
Default Arial font resource.
| |
| CourierFontResource |
Default Courier New font resource.
| |
| CssName |
Gets a value representing the CSS font family used for displaying text in this font in a web browser.
| |
| DisplayName |
Gets a value representing the name of the font resource when displayed to the user.
| |
| HasTrueTypeUnicodeName |
Gets a value indicating whether a TrueTypeUnicodeName is specified and will be used for this PdfFontResource.
| |
| IsStandardFont |
Gets a value indicating whether a StandardFont is specified and will be used for this PdfFontResource.
| |
| MatchingNames |
Gets or sets an array of strings which if found in the name of an non-standard font, will allow this PdfFontResource to be used by RAD PDF.
| |
| StandardFont |
Gets a value representing the Standard Type 1 font used when adding a PdfTextShape or PdfField to a PDF.
| |
| TimesFontResource |
Default Times New Roman font resource.
| |
| TrueTypeName |
Gets a value representing the name of the TrueType font used when adding a PdfTextShape or PdfField to a PDF.
| |
| TrueTypeUnicodeName |
Gets a value representing the name of the Unicode capable TrueType font used when adding a PdfTextShape to a PDF.
| |
| VerdanaFontResource |
Default Verdana font resource.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |