# C1.C1Preview.FontHandling

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_FontHandling" data-uid="C1.C1Preview.FontHandling" class="text-break">FontHandling Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how font embedding and substitution are handled by a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> (see <a class="xref" href="C1.C1Preview.FontProcessingOptions.FontHandling.html#C1_C1Preview_FontProcessingOptions_FontHandling">FontHandling</a> for details).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_FontHandling_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FontHandling</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FontHandling</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_C1Preview_FontHandling_BuildActualDocumentFonts">BuildActualDocumentFonts</td>
        <td><p>Fonts are not embedded, but font substitution is analyzed.
The <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentFonts.html#C1_C1Preview_C1PrintDocument_DocumentFonts">DocumentFonts</a> collection
is populated with fonts actually used in the document
when it is generated.
The <a class="xref" href="C1.C1Preview.C1PrintDocument.EmbeddedFonts.html#C1_C1Preview_C1PrintDocument_EmbeddedFonts">EmbeddedFonts</a> collection
is not populated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FontHandling_BuildDocumentFonts">BuildDocumentFonts</td>
        <td><p>Fonts are not embedded, and font substitution is not analyzed,
but the <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentFonts.html#C1_C1Preview_C1PrintDocument_DocumentFonts">DocumentFonts</a> collection
is populated with fonts explicitly used in the document
when it is generated.
The <a class="xref" href="C1.C1Preview.C1PrintDocument.EmbeddedFonts.html#C1_C1Preview_C1PrintDocument_EmbeddedFonts">EmbeddedFonts</a> collection
is not populated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FontHandling_EmbedActualFonts">EmbedActualFonts</td>
        <td><p>Fonts are embedded, and font substitution is analyzed.
Collections <a class="xref" href="C1.C1Preview.C1PrintDocument.EmbeddedFonts.html#C1_C1Preview_C1PrintDocument_EmbeddedFonts">EmbeddedFonts</a> and
<a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentFonts.html#C1_C1Preview_C1PrintDocument_DocumentFonts">DocumentFonts</a>
are populated with fonts actually used in the document
when it is generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FontHandling_EmbedFonts">EmbedFonts</td>
        <td><p>Fonts are embedded, but font substitution is not analyzed.
Collections <a class="xref" href="C1.C1Preview.C1PrintDocument.EmbeddedFonts.html#C1_C1Preview_C1PrintDocument_EmbeddedFonts">EmbeddedFonts</a> and
<a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentFonts.html#C1_C1Preview_C1PrintDocument_DocumentFonts">DocumentFonts</a>
are populated with fonts explicitly used in the document
when it is generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FontHandling_None">None</td>
        <td><p>Fonts are not embedded, and font substitution is not analyzed.
Collections <a class="xref" href="C1.C1Preview.C1PrintDocument.EmbeddedFonts.html#C1_C1Preview_C1PrintDocument_EmbeddedFonts">EmbeddedFonts</a> and
<a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentFonts.html#C1_C1Preview_C1PrintDocument_DocumentFonts">DocumentFonts</a>
are not populated when the document is generated.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
