# C1.C1Preview.FontProcessingOptions.FontHandling

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_FontProcessingOptions_FontHandling_" data-uid="C1.C1Preview.FontProcessingOptions.FontHandling*">FontHandling Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_FontProcessingOptions_FontHandling_" data-uid="C1.C1Preview.FontProcessingOptions.FontHandling*"></a>
<h4 id="C1_C1Preview_FontProcessingOptions_FontHandling" data-uid="C1.C1Preview.FontProcessingOptions.FontHandling">FontHandling</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating how font embedding and substitution are handled
by the current <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
<p>
For details on the available options see members of the
<a class="xref" href="C1.C1Preview.FontHandling.html">FontHandling</a> enumeration.
</p>
<p>
Note that if this property is set to a value other than
<a class="xref" href="C1.C1Preview.FontHandling.html#C1_C1Preview_FontHandling_EmbedFonts">EmbedFonts</a> or
<a class="xref" href="C1.C1Preview.FontHandling.html#C1_C1Preview_FontHandling_EmbedActualFonts">EmbedActualFonts</a>
(i.e. fonts are not embedded automatically),
you may manually add certain fonts that you want embedded,
to the document's <a class="xref" href="C1.C1Preview.C1PrintDocument.EmbeddedFonts.html#C1_C1Preview_C1PrintDocument_EmbeddedFonts">EmbeddedFonts</a> collection.
</p>
<p>
The default value of this property is <a class="xref" href="C1.C1Preview.FontHandling.html#C1_C1Preview_FontHandling_None">None</a>.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FontHandling FontHandling { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property FontHandling As FontHandling</code></pre>
</div>
</div>
