ActiveReports 8
FontFallback Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v8 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section Namespace > PdfExport Class : FontFallback Property

Glossary Item Box

Gets or sets a comma-delimited string of font families that will be used to lookup glyphs missing in original font

Syntax

Visual Basic (Declaration) 
Public Property FontFallback As System.String
C# 
public System.string FontFallback {get; set;}

Remarks

This function can only be used with the Professional version.
Note: If you use the Standard version, this setting gets disabled.
If there is a probelm in the output when it is exported to PDF, or if any problems occur with a particular font, then it is a limitation of the product.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also