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
C1.C1Preview.FontProcessingOptions.FontHandling is set to
C1.C1Preview.FontHandling.EmbedActualFonts or
C1.C1Preview.FontHandling.BuildActualDocumentFonts, and
C1.C1Preview.FontProcessingOptions.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