SubstitutionFallbackFontName Property (FontProcessingOptions)
In This Topic
Gets or sets the name of a font used when a document or report cannot find a suitable font to display a text. This property is only used when
FontHandling is set to
FontHandling.EmbedActualFonts or
FontHandling.BuildActualDocumentFonts, and
UseOldSubstitutionAlgorithm is
false.
The default value is "Arial Unicode MS". When setting this property, please specify a font containing symbols for as many Unicode characters as possible.
Syntax
'Declaration
Public Property SubstitutionFallbackFontName As String
public string SubstitutionFallbackFontName {get; set;}
See Also