# C1.C1Preview.FontProcessingOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_FontProcessingOptions" data-uid="C1.C1Preview.FontProcessingOptions" class="text-break">FontProcessingOptions Class
</h1>
  <div class="markdown level0 summary"><p>Specifies font processing options for a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">FontProcessingOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_FontProcessingOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontProcessingOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontProcessingOptions</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_FontProcessingOptions__ctor" data-uid="C1.C1Preview.FontProcessingOptions.#ctor">
          <a class="xref" href="C1.C1Preview.FontProcessingOptions.-ctor.html#C1_C1Preview_FontProcessingOptions__ctor">FontProcessingOptions()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_FontProcessingOptions_EmbeddedFontsGlyphsBuildMode" data-uid="C1.C1Preview.FontProcessingOptions.EmbeddedFontsGlyphsBuildMode">
          <a class="xref" href="C1.C1Preview.FontProcessingOptions.EmbeddedFontsGlyphsBuildMode.html#C1_C1Preview_FontProcessingOptions_EmbeddedFontsGlyphsBuildMode">EmbeddedFontsGlyphsBuildMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating how <a class="xref" href="C1.C1Preview.EmbeddedFont.html">EmbeddedFont</a> builds lists of glyphs
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>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FontProcessingOptions_FontHandling" data-uid="C1.C1Preview.FontProcessingOptions.FontHandling">
          <a class="xref" href="C1.C1Preview.FontProcessingOptions.FontHandling.html#C1_C1Preview_FontProcessingOptions_FontHandling">FontHandling</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FontProcessingOptions_SubstitutionFallbackFontName" data-uid="C1.C1Preview.FontProcessingOptions.SubstitutionFallbackFontName">
          <a class="xref" href="C1.C1Preview.FontProcessingOptions.SubstitutionFallbackFontName.html#C1_C1Preview_FontProcessingOptions_SubstitutionFallbackFontName">SubstitutionFallbackFontName</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FontProcessingOptions_UseOldSubstitutionAlgorithm" data-uid="C1.C1Preview.FontProcessingOptions.UseOldSubstitutionAlgorithm">
          <a class="xref" href="C1.C1Preview.FontProcessingOptions.UseOldSubstitutionAlgorithm.html#C1_C1Preview_FontProcessingOptions_UseOldSubstitutionAlgorithm">UseOldSubstitutionAlgorithm</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to use the old (prior to 2013v1 release) algorithm of font substitution.
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>.
The default value is <b>false</b>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_FontProcessingOptions_AssignFrom_C1_C1Preview_FontProcessingOptions_" data-uid="C1.C1Preview.FontProcessingOptions.AssignFrom(C1.C1Preview.FontProcessingOptions)">
          <a class="xref" href="C1.C1Preview.FontProcessingOptions.AssignFrom.html#C1_C1Preview_FontProcessingOptions_AssignFrom_C1_C1Preview_FontProcessingOptions_">AssignFrom(FontProcessingOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies properties from another object into this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FontProcessingOptions_Reset" data-uid="C1.C1Preview.FontProcessingOptions.Reset">
          <a class="xref" href="C1.C1Preview.FontProcessingOptions.Reset.html#C1_C1Preview_FontProcessingOptions_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets properties of this object to default values.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
