Click or drag to resize

PdfFontResourceTrueTypeUnicodeName Property

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

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

Property Value

Type: String
Remarks

This value can be null and RAD PDF will fallback to TrueTypeName.

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 font ArialFontResource, RAD PDF sets this value for use with the commonly licensed Arial Unicode MS.

See Also