Click or drag to resize

PdfFontResource Properties

The PdfFontResource type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberArialFontResource
Default Arial font resource.
Public propertyStatic memberCourierFontResource
Default Courier New font resource.
Public propertyCssName
Gets a value representing the CSS font family used for displaying text in this font in a web browser.
Public propertyDisplayName
Gets a value representing the name of the font resource when displayed to the user.
Public propertyHasTrueTypeUnicodeName
Gets a value indicating whether a TrueTypeUnicodeName is specified and will be used for this PdfFontResource.
Public propertyIsStandardFont
Gets a value indicating whether a StandardFont is specified and will be used for this PdfFontResource.
Public propertyMatchingNames
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.
Public propertyStandardFont
Gets a value representing the Standard Type 1 font used when adding a PdfTextShape or PdfField to a PDF.
Public propertyStatic memberTimesFontResource
Default Times New Roman font resource.
Public propertyTrueTypeName
Gets a value representing the name of the TrueType font used when adding a PdfTextShape or PdfField to a PDF.
Public propertyTrueTypeUnicodeName
Gets a value representing the name of the Unicode capable TrueType font used when adding a PdfTextShape to a PDF.
Public propertyStatic memberVerdanaFontResource
Default Verdana font resource.
Top
See Also