# C1.Util.FontSubSet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_FontSubSet" data-uid="C1.Util.FontSubSet" class="text-break">FontSubSet Class
</h1>
  <div class="markdown level0 summary"><p>The font object for build subsets.</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">FontSubSet</span></div>
      <div class="level2"><a class="xref" href="C1.Util.RawFontSubSet.html">RawFontSubSet</a></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_FontSubSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontSubSet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontSubSet</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_FontSubSet__ctor" data-uid="C1.Util.FontSubSet.#ctor">
          <a class="xref" href="C1.Util.FontSubSet.-ctor.html#C1_Util_FontSubSet__ctor">FontSubSet()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet__ctor_C1_Util_FontKey_" data-uid="C1.Util.FontSubSet.#ctor(C1.Util.FontKey)">
          <a class="xref" href="C1.Util.FontSubSet.-ctor.html#C1_Util_FontSubSet__ctor_C1_Util_FontKey_">FontSubSet(FontKey)</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_Util_FontSubSet_Ascent" data-uid="C1.Util.FontSubSet.Ascent">
          <a class="xref" href="C1.Util.FontSubSet.Ascent.html#C1_Util_FontSubSet_Ascent">Ascent</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_AveCharWidth" data-uid="C1.Util.FontSubSet.AveCharWidth">
          <a class="xref" href="C1.Util.FontSubSet.AveCharWidth.html#C1_Util_FontSubSet_AveCharWidth">AveCharWidth</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_BaseFont2Name" data-uid="C1.Util.FontSubSet.BaseFont2Name">
          <a class="xref" href="C1.Util.FontSubSet.BaseFont2Name.html#C1_Util_FontSubSet_BaseFont2Name">BaseFont2Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets base font name that was read from font's data, this property should be used
to create PDF fonts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_BottomBBox" data-uid="C1.Util.FontSubSet.BottomBBox">
          <a class="xref" href="C1.Util.FontSubSet.BottomBBox.html#C1_Util_FontSubSet_BottomBBox">BottomBBox</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_CanEmbed" data-uid="C1.Util.FontSubSet.CanEmbed">
          <a class="xref" href="C1.Util.FontSubSet.CanEmbed.html#C1_Util_FontSubSet_CanEmbed">CanEmbed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets flag that this font can embed as font's data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_CanSubset" data-uid="C1.Util.FontSubSet.CanSubset">
          <a class="xref" href="C1.Util.FontSubSet.CanSubset.html#C1_Util_FontSubSet_CanSubset">CanSubset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets flag that this font can use as subset of the font's data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_CapHeight" data-uid="C1.Util.FontSubSet.CapHeight">
          <a class="xref" href="C1.Util.FontSubSet.CapHeight.html#C1_Util_FontSubSet_CapHeight">CapHeight</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_CoreFontBold" data-uid="C1.Util.FontSubSet.CoreFontBold">
          <a class="xref" href="C1.Util.FontSubSet.CoreFontBold.html#C1_Util_FontSubSet_CoreFontBold">CoreFontBold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets Font.Bold that was read form font's data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_CoreFontItalic" data-uid="C1.Util.FontSubSet.CoreFontItalic">
          <a class="xref" href="C1.Util.FontSubSet.CoreFontItalic.html#C1_Util_FontSubSet_CoreFontItalic">CoreFontItalic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets Font.Italic that was read form font's data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_Descent" data-uid="C1.Util.FontSubSet.Descent">
          <a class="xref" href="C1.Util.FontSubSet.Descent.html#C1_Util_FontSubSet_Descent">Descent</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_ExternalLeading" data-uid="C1.Util.FontSubSet.ExternalLeading">
          <a class="xref" href="C1.Util.FontSubSet.ExternalLeading.html#C1_Util_FontSubSet_ExternalLeading">ExternalLeading</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FamilyClass" data-uid="C1.Util.FontSubSet.FamilyClass">
          <a class="xref" href="C1.Util.FontSubSet.FamilyClass.html#C1_Util_FontSubSet_FamilyClass">FamilyClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets family class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FirstChar" data-uid="C1.Util.FontSubSet.FirstChar">
          <a class="xref" href="C1.Util.FontSubSet.FirstChar.html#C1_Util_FontSubSet_FirstChar">FirstChar</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FontBold" data-uid="C1.Util.FontSubSet.FontBold">
          <a class="xref" href="C1.Util.FontSubSet.FontBold.html#C1_Util_FontSubSet_FontBold">FontBold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets &quot;original&quot; Font.Bold that was specified when FontSubSetBase object was requested.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FontFamilyName" data-uid="C1.Util.FontSubSet.FontFamilyName">
          <a class="xref" href="C1.Util.FontSubSet.FontFamilyName.html#C1_Util_FontSubSet_FontFamilyName">FontFamilyName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets font family name that was read from font's data, this property should be used
to create GDI and GDI+ fonts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FontFileName" data-uid="C1.Util.FontSubSet.FontFileName">
          <a class="xref" href="C1.Util.FontSubSet.FontFileName.html#C1_Util_FontSubSet_FontFileName">FontFileName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets font name that was read from font's data, see also <a class="xref" href="C1.Util.FontSubSet.FontFamilyName.html#C1_Util_FontSubSet_FontFamilyName">FontFamilyName</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FontItalic" data-uid="C1.Util.FontSubSet.FontItalic">
          <a class="xref" href="C1.Util.FontSubSet.FontItalic.html#C1_Util_FontSubSet_FontItalic">FontItalic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets &quot;original&quot; Font.Italic that was specified when FontSubSetBase object was requested.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FontKey" data-uid="C1.Util.FontSubSet.FontKey">
          <a class="xref" href="C1.Util.FontSubSet.FontKey.html#C1_Util_FontSubSet_FontKey">FontKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets font key (font identifier).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FontName" data-uid="C1.Util.FontSubSet.FontName">
          <a class="xref" href="C1.Util.FontSubSet.FontName.html#C1_Util_FontSubSet_FontName">FontName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets &quot;original&quot; font name that was specified when FontSubSetBase object was requested.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FontStyle" data-uid="C1.Util.FontSubSet.FontStyle">
          <a class="xref" href="C1.Util.FontSubSet.FontStyle.html#C1_Util_FontSubSet_FontStyle">FontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets &quot;original&quot; font style that was specified when FontSubSetBase object was requested.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_Height" data-uid="C1.Util.FontSubSet.Height">
          <a class="xref" href="C1.Util.FontSubSet.Height.html#C1_Util_FontSubSet_Height">Height</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_InternalLeading" data-uid="C1.Util.FontSubSet.InternalLeading">
          <a class="xref" href="C1.Util.FontSubSet.InternalLeading.html#C1_Util_FontSubSet_InternalLeading">InternalLeading</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_IsExtended" data-uid="C1.Util.FontSubSet.IsExtended">
          <a class="xref" href="C1.Util.FontSubSet.IsExtended.html#C1_Util_FontSubSet_IsExtended">IsExtended</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_IsFixedPitch" data-uid="C1.Util.FontSubSet.IsFixedPitch">
          <a class="xref" href="C1.Util.FontSubSet.IsFixedPitch.html#C1_Util_FontSubSet_IsFixedPitch">IsFixedPitch</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_IsFontSpecific" data-uid="C1.Util.FontSubSet.IsFontSpecific">
          <a class="xref" href="C1.Util.FontSubSet.IsFontSpecific.html#C1_Util_FontSubSet_IsFontSpecific">IsFontSpecific</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_IsInvalid" data-uid="C1.Util.FontSubSet.IsInvalid">
          <a class="xref" href="C1.Util.FontSubSet.IsInvalid.html#C1_Util_FontSubSet_IsInvalid">IsInvalid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets value indicating that this <a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a> object
invalid (error occurs during getting font's data) and can not be used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_IsSansSerif" data-uid="C1.Util.FontSubSet.IsSansSerif">
          <a class="xref" href="C1.Util.FontSubSet.IsSansSerif.html#C1_Util_FontSubSet_IsSansSerif">IsSansSerif</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_ItalicAngle" data-uid="C1.Util.FontSubSet.ItalicAngle">
          <a class="xref" href="C1.Util.FontSubSet.ItalicAngle.html#C1_Util_FontSubSet_ItalicAngle">ItalicAngle</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_LastChar" data-uid="C1.Util.FontSubSet.LastChar">
          <a class="xref" href="C1.Util.FontSubSet.LastChar.html#C1_Util_FontSubSet_LastChar">LastChar</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_LeftBBox" data-uid="C1.Util.FontSubSet.LeftBBox">
          <a class="xref" href="C1.Util.FontSubSet.LeftBBox.html#C1_Util_FontSubSet_LeftBBox">LeftBBox</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_LocaShortTable" data-uid="C1.Util.FontSubSet.LocaShortTable">
          <a class="xref" href="C1.Util.FontSubSet.LocaShortTable.html#C1_Util_FontSubSet_LocaShortTable">LocaShortTable</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_MustObfuscate" data-uid="C1.Util.FontSubSet.MustObfuscate">
          <a class="xref" href="C1.Util.FontSubSet.MustObfuscate.html#C1_Util_FontSubSet_MustObfuscate">MustObfuscate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets flag that this font must obfuscate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_MustRestrict" data-uid="C1.Util.FontSubSet.MustRestrict">
          <a class="xref" href="C1.Util.FontSubSet.MustRestrict.html#C1_Util_FontSubSet_MustRestrict">MustRestrict</a>
        </td>
        <td class="markdown level1 summary"><p>Gets flag that this font can embed as font's data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_NumberOfMetrics" data-uid="C1.Util.FontSubSet.NumberOfMetrics">
          <a class="xref" href="C1.Util.FontSubSet.NumberOfMetrics.html#C1_Util_FontSubSet_NumberOfMetrics">NumberOfMetrics</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_Panose" data-uid="C1.Util.FontSubSet.Panose">
          <a class="xref" href="C1.Util.FontSubSet.Panose.html#C1_Util_FontSubSet_Panose">Panose</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_RightBBox" data-uid="C1.Util.FontSubSet.RightBBox">
          <a class="xref" href="C1.Util.FontSubSet.RightBBox.html#C1_Util_FontSubSet_RightBBox">RightBBox</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_TopBBox" data-uid="C1.Util.FontSubSet.TopBBox">
          <a class="xref" href="C1.Util.FontSubSet.TopBBox.html#C1_Util_FontSubSet_TopBBox">TopBBox</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_XHeight" data-uid="C1.Util.FontSubSet.XHeight">
          <a class="xref" href="C1.Util.FontSubSet.XHeight.html#C1_Util_FontSubSet_XHeight">XHeight</a>
        </td>
        <td class="markdown level1 summary"></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_FontSubSet_GetAlternativeFont_System_String_System_Collections_Generic_IEnumerable_C1_Util_FontSubSet__" data-uid="C1.Util.FontSubSet.GetAlternativeFont(System.String,System.Collections.Generic.IEnumerable{C1.Util.FontSubSet})">
          <a class="xref" href="C1.Util.FontSubSet.GetAlternativeFont.html#C1_Util_FontSubSet_GetAlternativeFont_System_String_System_Collections_Generic_IEnumerable_C1_Util_FontSubSet__">GetAlternativeFont(string, IEnumerable&lt;FontSubSet&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Search best alternative for text in font subset array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetBuiltInIndex_System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.Util.FontSubSet.GetBuiltInIndex(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Util.FontSubSet.GetBuiltInIndex.html#C1_Util_FontSubSet_GetBuiltInIndex_System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">GetBuiltInIndex(string, bool, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetCharForGlyph_System_Int32_" data-uid="C1.Util.FontSubSet.GetCharForGlyph(System.Int32)">
          <a class="xref" href="C1.Util.FontSubSet.GetCharForGlyph.html#C1_Util_FontSubSet_GetCharForGlyph_System_Int32_">GetCharForGlyph(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the char for the glyph index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetCountMetrics_System_String_" data-uid="C1.Util.FontSubSet.GetCountMetrics(System.String)">
          <a class="xref" href="C1.Util.FontSubSet.GetCountMetrics.html#C1_Util_FontSubSet_GetCountMetrics_System_String_">GetCountMetrics(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Counts the number of chars in <code class="paramref">text</code> that do have
corresponding glyphs in this font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetDefaultBytes_System_String_" data-uid="C1.Util.FontSubSet.GetDefaultBytes(System.String)">
          <a class="xref" href="C1.Util.FontSubSet.GetDefaultBytes.html#C1_Util_FontSubSet_GetDefaultBytes_System_String_">GetDefaultBytes(string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetDefaultString_System_Byte___" data-uid="C1.Util.FontSubSet.GetDefaultString(System.Byte[])">
          <a class="xref" href="C1.Util.FontSubSet.GetDefaultString.html#C1_Util_FontSubSet_GetDefaultString_System_Byte___">GetDefaultString(byte[])</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetDiffPanoseIndex_C1_Util_FontSubSet_" data-uid="C1.Util.FontSubSet.GetDiffPanoseIndex(C1.Util.FontSubSet)">
          <a class="xref" href="C1.Util.FontSubSet.GetDiffPanoseIndex.html#C1_Util_FontSubSet_GetDiffPanoseIndex_C1_Util_FontSubSet_">GetDiffPanoseIndex(FontSubSet)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculate diff panose index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetFontDifference_System_String_C1_Util_FontSubSet_System_Int32__System_Int32__" data-uid="C1.Util.FontSubSet.GetFontDifference(System.String,C1.Util.FontSubSet,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Util.FontSubSet.GetFontDifference.html#C1_Util_FontSubSet_GetFontDifference_System_String_C1_Util_FontSubSet_System_Int32__System_Int32__">GetFontDifference(string, FontSubSet, out int, out int)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates &quot;panse index&quot; (panoseIndex) and count of chars that can be displayed by fss.
panoseIndex represents difference between
current FontSubSetBase object and fss object.
Minimal number defines minimal difference, i.e. 0 means that current FontSubSetBase object and fss very similar.
-1 means that fss can not be used as alternative for current object to display s.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetFontSubSet_C1_Util_Font_" data-uid="C1.Util.FontSubSet.GetFontSubSet(C1.Util.Font)">
          <a class="xref" href="C1.Util.FontSubSet.GetFontSubSet.html#C1_Util_FontSubSet_GetFontSubSet_C1_Util_Font_">GetFontSubSet(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Create <a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a> object using font name and styles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetFontSubSet_C1_Util_FontKey_" data-uid="C1.Util.FontSubSet.GetFontSubSet(C1.Util.FontKey)">
          <a class="xref" href="C1.Util.FontSubSet.GetFontSubSet.html#C1_Util_FontSubSet_GetFontSubSet_C1_Util_FontKey_">GetFontSubSet(FontKey)</a>
        </td>
        <td class="markdown level1 summary"><p>Create <a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a> object using font name and styles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetFontSubSet_System_String_System_Boolean_System_Boolean_" data-uid="C1.Util.FontSubSet.GetFontSubSet(System.String,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Util.FontSubSet.GetFontSubSet.html#C1_Util_FontSubSet_GetFontSubSet_System_String_System_Boolean_System_Boolean_">GetFontSubSet(string, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Create <a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a> object using font name and styles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetFontTableStream_System_String_" data-uid="C1.Util.FontSubSet.GetFontTableStream(System.String)">
          <a class="xref" href="C1.Util.FontSubSet.GetFontTableStream.html#C1_Util_FontSubSet_GetFontTableStream_System_String_">GetFontTableStream(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets stream for the font table block by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetGlyphWidth_System_Int32_" data-uid="C1.Util.FontSubSet.GetGlyphWidth(System.Int32)">
          <a class="xref" href="C1.Util.FontSubSet.GetGlyphWidth.html#C1_Util_FontSubSet_GetGlyphWidth_System_Int32_">GetGlyphWidth(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets width of the glyph index from font data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetMetrics_System_Char_System_Boolean_" data-uid="C1.Util.FontSubSet.GetMetrics(System.Char,System.Boolean)">
          <a class="xref" href="C1.Util.FontSubSet.GetMetrics.html#C1_Util_FontSubSet_GetMetrics_System_Char_System_Boolean_">GetMetrics(char, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the metrics for a character (code, glyph index, width).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetMetrics_System_Char_System_Char_" data-uid="C1.Util.FontSubSet.GetMetrics(System.Char,System.Char)">
          <a class="xref" href="C1.Util.FontSubSet.GetMetrics.html#C1_Util_FontSubSet_GetMetrics_System_Char_System_Char_">GetMetrics(char, char)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the metrics for a character (code, glyph index, width).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetPanoseIndex_C1_Util_FontSubSet_" data-uid="C1.Util.FontSubSet.GetPanoseIndex(C1.Util.FontSubSet)">
          <a class="xref" href="C1.Util.FontSubSet.GetPanoseIndex.html#C1_Util_FontSubSet_GetPanoseIndex_C1_Util_FontSubSet_">GetPanoseIndex(FontSubSet)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_GetTableCode_System_String_" data-uid="C1.Util.FontSubSet.GetTableCode(System.String)">
          <a class="xref" href="C1.Util.FontSubSet.GetTableCode.html#C1_Util_FontSubSet_GetTableCode_System_String_">GetTableCode(string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_Init" data-uid="C1.Util.FontSubSet.Init">
          <a class="xref" href="C1.Util.FontSubSet.Init.html#C1_Util_FontSubSet_Init">Init()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialization fields.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_IsCharSupported_System_Char_" data-uid="C1.Util.FontSubSet.IsCharSupported(System.Char)">
          <a class="xref" href="C1.Util.FontSubSet.IsCharSupported.html#C1_Util_FontSubSet_IsCharSupported_System_Char_">IsCharSupported(char)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if current font contains glyph for character with specified code.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_IsSupportAllSymbols_System_String_" data-uid="C1.Util.FontSubSet.IsSupportAllSymbols(System.String)">
          <a class="xref" href="C1.Util.FontSubSet.IsSupportAllSymbols.html#C1_Util_FontSubSet_IsSupportAllSymbols_System_String_">IsSupportAllSymbols(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if current FontSubSetBase object can show
all chars in specified string excluding control chars (chars for that char.IsControl() ==  true).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_MeasureText_System_String_System_Boolean_System_Int32__System_Int32__System_Int32_" data-uid="C1.Util.FontSubSet.MeasureText(System.String,System.Boolean,System.Int32@,System.Int32@,System.Int32)">
          <a class="xref" href="C1.Util.FontSubSet.MeasureText.html#C1_Util_FontSubSet_MeasureText_System_String_System_Boolean_System_Int32__System_Int32__System_Int32_">MeasureText(string, bool, out int, out int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Measure text for this font subset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_MeasureText_System_String_System_Boolean_System_Int32__System_Int32__System_Int32____System_Int32_" data-uid="C1.Util.FontSubSet.MeasureText(System.String,System.Boolean,System.Int32@,System.Int32@,System.Int32[]@,System.Int32)">
          <a class="xref" href="C1.Util.FontSubSet.MeasureText.html#C1_Util_FontSubSet_MeasureText_System_String_System_Boolean_System_Int32__System_Int32__System_Int32____System_Int32_">MeasureText(string, bool, out int, out int, out int[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Measure text for this font subset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_ReadCMap" data-uid="C1.Util.FontSubSet.ReadCMap">
          <a class="xref" href="C1.Util.FontSubSet.ReadCMap.html#C1_Util_FontSubSet_ReadCMap">ReadCMap()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_SetFontSubSet_C1_Util_FontKey_C1_Util_FontSubSet_" data-uid="C1.Util.FontSubSet.SetFontSubSet(C1.Util.FontKey,C1.Util.FontSubSet)">
          <a class="xref" href="C1.Util.FontSubSet.SetFontSubSet.html#C1_Util_FontSubSet_SetFontSubSet_C1_Util_FontKey_C1_Util_FontSubSet_">SetFontSubSet(FontKey, FontSubSet)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets already exist <a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a> object to cache.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_SetFontSubSet_C1_Util_FontSubSet_" data-uid="C1.Util.FontSubSet.SetFontSubSet(C1.Util.FontSubSet)">
          <a class="xref" href="C1.Util.FontSubSet.SetFontSubSet.html#C1_Util_FontSubSet_SetFontSubSet_C1_Util_FontSubSet_">SetFontSubSet(FontSubSet)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets already exist <a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a> object to cache.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
