# C1.C1Preview.EmbeddedFontsGlyphsBuildMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_EmbeddedFontsGlyphsBuildMode" data-uid="C1.C1Preview.EmbeddedFontsGlyphsBuildMode" class="text-break">EmbeddedFontsGlyphsBuildMode Enum
</h1>
  <div class="markdown level0 summary"><p>Defines methods used to create lists of glyphs in an <a class="xref" href="C1.C1Preview.EmbeddedFont.html">EmbeddedFont</a>.</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.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_EmbeddedFontsGlyphsBuildMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum EmbeddedFontsGlyphsBuildMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum EmbeddedFontsGlyphsBuildMode</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_EmbeddedFontsGlyphsBuildMode_All">All</td>
        <td><p>All font glyphs are added to an <a class="xref" href="C1.C1Preview.EmbeddedFont.html">EmbeddedFont</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_EmbeddedFontsGlyphsBuildMode_UnicodeRanges">UnicodeRanges</td>
        <td><p>For each character used in a document or report, its whole Unicode range is added to an <a class="xref" href="C1.C1Preview.EmbeddedFont.html">EmbeddedFont</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_EmbeddedFontsGlyphsBuildMode_UsedChars">UsedChars</td>
        <td><p>Only glyphs for the actual characters used in a document or report are added to an <a class="xref" href="C1.C1Preview.EmbeddedFont.html">EmbeddedFont</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
