Click or drag to resize

PdfFontResourceTrueTypeName Property

Gets a value representing the name of the TrueType font used when adding a PdfTextShape or PdfField to a PDF.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public string TrueTypeName { get; }

Property Value

Type: String
Remarks

If IsStandardFont is true, this property is only relevant when text contains characters outside of the Standard Type 1 font's characterset.

For the built-in fonts (ArialFontResource, CourierFontResource, TimesFontResource, and VerdanaFontResource), RAD PDF sets this value assuming the default Windows TrueType Fonts are installed (e.g. Arial, Courier New, Times New Roman, and Verdana).

See Also