# C1.C1Preview.FontProcessingOptions.SubstitutionFallbackFontName

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_FontProcessingOptions_SubstitutionFallbackFontName_" data-uid="C1.C1Preview.FontProcessingOptions.SubstitutionFallbackFontName*">SubstitutionFallbackFontName Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_FontProcessingOptions_SubstitutionFallbackFontName_" data-uid="C1.C1Preview.FontProcessingOptions.SubstitutionFallbackFontName*"></a>
<h4 id="C1_C1Preview_FontProcessingOptions_SubstitutionFallbackFontName" data-uid="C1.C1Preview.FontProcessingOptions.SubstitutionFallbackFontName">SubstitutionFallbackFontName</h4>
<div class="markdown level1 summary"><p>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 <a class="xref" href="C1.C1Preview.FontProcessingOptions.FontHandling.html#C1_C1Preview_FontProcessingOptions_FontHandling">FontHandling</a>
is set to <a class="xref" href="C1.C1Preview.FontHandling.html#C1_C1Preview_FontHandling_EmbedActualFonts">EmbedActualFonts</a> or
<a class="xref" href="C1.C1Preview.FontHandling.html#C1_C1Preview_FontHandling_BuildActualDocumentFonts">BuildActualDocumentFonts</a>,
and <a class="xref" href="C1.C1Preview.FontProcessingOptions.UseOldSubstitutionAlgorithm.html#C1_C1Preview_FontProcessingOptions_UseOldSubstitutionAlgorithm">UseOldSubstitutionAlgorithm</a> is <b>false</b>.</p>
<p>
The default value is <b>"Arial Unicode MS"</b>.
When setting this property, please specify a font containing symbols for as many Unicode characters as possible.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string SubstitutionFallbackFontName { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property SubstitutionFallbackFontName As String</code></pre>
</div>
</div>
