PdfFontResource Properties |
The PdfFontResource type exposes the following members.
| 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.
|