# C1.Util.FontSubSet.KernSubtable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_FontSubSet_KernSubtable" data-uid="C1.Util.FontSubSet.KernSubtable" class="text-break">FontSubSet.KernSubtable Class
</h1>
  <div class="markdown level0 summary"><p>Contains information for vertical or horizontal text, and can contain kerning values or minimum values.</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.KernSubtable</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_FontSubSet_KernSubtable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontSubSet.KernSubtable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontSubSet.KernSubtable</code></pre>
  </div>
  <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_KernSubtable_CrossStream" data-uid="C1.Util.FontSubSet.KernSubtable.CrossStream">
          <a class="xref" href="C1.Util.FontSubSet.KernSubtable.CrossStream.html#C1_Util_FontSubSet_KernSubtable_CrossStream">CrossStream</a>
        </td>
        <td class="markdown level1 summary"><p>If set, kerning is perpendicular to the flow of the text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_KernSubtable_HorizontalData" data-uid="C1.Util.FontSubSet.KernSubtable.HorizontalData">
          <a class="xref" href="C1.Util.FontSubSet.KernSubtable.HorizontalData.html#C1_Util_FontSubSet_KernSubtable_HorizontalData">HorizontalData</a>
        </td>
        <td class="markdown level1 summary"><p>If set, the table has horizontal data, if not set, it has vertical data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_KernSubtable_KerningPairs" data-uid="C1.Util.FontSubSet.KernSubtable.KerningPairs">
          <a class="xref" href="C1.Util.FontSubSet.KernSubtable.KerningPairs.html#C1_Util_FontSubSet_KernSubtable_KerningPairs">KerningPairs</a>
        </td>
        <td class="markdown level1 summary"><p>The left-hand glyph and the right-hand glyph in the kerning pairs: (leftGlyphID &lt;&lt; 16) | rightGlyphID.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_KernSubtable_KerningValues" data-uid="C1.Util.FontSubSet.KernSubtable.KerningValues">
          <a class="xref" href="C1.Util.FontSubSet.KernSubtable.KerningValues.html#C1_Util_FontSubSet_KernSubtable_KerningValues">KerningValues</a>
        </td>
        <td class="markdown level1 summary"><p>The kerning value for the above pair, in FUnits.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_KernSubtable_MinimumValues" data-uid="C1.Util.FontSubSet.KernSubtable.MinimumValues">
          <a class="xref" href="C1.Util.FontSubSet.KernSubtable.MinimumValues.html#C1_Util_FontSubSet_KernSubtable_MinimumValues">MinimumValues</a>
        </td>
        <td class="markdown level1 summary"><p>If set, the table has minimum values, if not set, the table has kerning values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_KernSubtable_PairCount" data-uid="C1.Util.FontSubSet.KernSubtable.PairCount">
          <a class="xref" href="C1.Util.FontSubSet.KernSubtable.PairCount.html#C1_Util_FontSubSet_KernSubtable_PairCount">PairCount</a>
        </td>
        <td class="markdown level1 summary"><p>Number of kerning pairs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_KernSubtable_ReplaceAccumulatedValue" data-uid="C1.Util.FontSubSet.KernSubtable.ReplaceAccumulatedValue">
          <a class="xref" href="C1.Util.FontSubSet.KernSubtable.ReplaceAccumulatedValue.html#C1_Util_FontSubSet_KernSubtable_ReplaceAccumulatedValue">ReplaceAccumulatedValue</a>
        </td>
        <td class="markdown level1 summary"><p>If set, the value in this table should replace the value currently being accumulated.</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_FontSubSet_KernSubtable_IndexOfPair_System_UInt16_System_UInt16_" data-uid="C1.Util.FontSubSet.KernSubtable.IndexOfPair(System.UInt16,System.UInt16)">
          <a class="xref" href="C1.Util.FontSubSet.KernSubtable.IndexOfPair.html#C1_Util_FontSubSet_KernSubtable_IndexOfPair_System_UInt16_System_UInt16_">IndexOfPair(ushort, ushort)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the index of a given key pair, or -1.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
