# C1.Util.FontBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_FontBuilder" data-uid="C1.Util.FontBuilder" class="text-break">FontBuilder Class
</h1>
  <div class="markdown level0 summary"><p>The font subset builder.</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">FontBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.html">C1.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_Util_FontBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontBuilder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontBuilder</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_Util_FontBuilder__ctor" data-uid="C1.Util.FontBuilder.#ctor">
          <a class="xref" href="C1.Util.FontBuilder.-ctor.html#C1_Util_FontBuilder__ctor">FontBuilder()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_FontBuilder_s_tableNamesCMap" data-uid="C1.Util.FontBuilder.s_tableNamesCMap">
          <a class="xref" href="C1.Util.FontBuilder.s_tableNamesCMap.html">s_tableNamesCMap</a>
        </td>
        <td class="markdown level1 summary"><p>The table with CMAP of font's names.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontBuilder_s_tableNamesSimple" data-uid="C1.Util.FontBuilder.s_tableNamesSimple">
          <a class="xref" href="C1.Util.FontBuilder.s_tableNamesSimple.html">s_tableNamesSimple</a>
        </td>
        <td class="markdown level1 summary"><p>The simple table of font's names.</p>
</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_Util_FontBuilder_FullCodeRange" data-uid="C1.Util.FontBuilder.FullCodeRange">
          <a class="xref" href="C1.Util.FontBuilder.FullCodeRange.html#C1_Util_FontBuilder_FullCodeRange">FullCodeRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets full code range of this font.</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_Util_FontBuilder_GetFontData_C1_Util_FontSubSet_" data-uid="C1.Util.FontBuilder.GetFontData(C1.Util.FontSubSet)">
          <a class="xref" href="C1.Util.FontBuilder.GetFontData.html#C1_Util_FontBuilder_GetFontData_C1_Util_FontSubSet_">GetFontData(FontSubSet)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets full font data for a font subset object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontBuilder_GetFontData_C1_Util_FontSubSet_C1_Util_CodeRange_System_Boolean_" data-uid="C1.Util.FontBuilder.GetFontData(C1.Util.FontSubSet,C1.Util.CodeRange,System.Boolean)">
          <a class="xref" href="C1.Util.FontBuilder.GetFontData.html#C1_Util_FontBuilder_GetFontData_C1_Util_FontSubSet_C1_Util_CodeRange_System_Boolean_">GetFontData(FontSubSet, CodeRange, bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontBuilder_GetFontData_C1_Util_FontSubSet_C1_Util_CodeRanges_System_Boolean_" data-uid="C1.Util.FontBuilder.GetFontData(C1.Util.FontSubSet,C1.Util.CodeRanges,System.Boolean)">
          <a class="xref" href="C1.Util.FontBuilder.GetFontData.html#C1_Util_FontBuilder_GetFontData_C1_Util_FontSubSet_C1_Util_CodeRanges_System_Boolean_">GetFontData(FontSubSet, CodeRanges, bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontBuilder_GetFontData_C1_Util_FontSubSet_System_Collections_Generic_IEnumerable_C1_Util_GlyphMetrics__System_Boolean_" data-uid="C1.Util.FontBuilder.GetFontData(C1.Util.FontSubSet,System.Collections.Generic.IEnumerable{C1.Util.GlyphMetrics},System.Boolean)">
          <a class="xref" href="C1.Util.FontBuilder.GetFontData.html#C1_Util_FontBuilder_GetFontData_C1_Util_FontSubSet_System_Collections_Generic_IEnumerable_C1_Util_GlyphMetrics__System_Boolean_">GetFontData(FontSubSet, IEnumerable&lt;GlyphMetrics&gt;, bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontBuilder_NewLocaGlyphTables" data-uid="C1.Util.FontBuilder.NewLocaGlyphTables">
          <a class="xref" href="C1.Util.FontBuilder.NewLocaGlyphTables.html#C1_Util_FontBuilder_NewLocaGlyphTables">NewLocaGlyphTables()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
