# C1.Util.FontSubSet.SetFontSubSet

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_FontSubSet_SetFontSubSet_" data-uid="C1.Util.FontSubSet.SetFontSubSet*">SetFontSubSet Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_FontSubSet_SetFontSubSet_" data-uid="C1.Util.FontSubSet.SetFontSubSet*"></a>
<h4 id="C1_Util_FontSubSet_SetFontSubSet_C1_Util_FontSubSet_" data-uid="C1.Util.FontSubSet.SetFontSubSet(C1.Util.FontSubSet)">SetFontSubSet(FontSubSet)</h4>
<div class="markdown level1 summary"><p>Sets already exist <a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a> object to cache.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void SetFontSubSet(FontSubSet fss)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub SetFontSubSet(fss As FontSubSet)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a></td>
      <td><span class="parametername">fss</span></td>
      <td><p>The exist <a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a> object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_FontSubSet_SetFontSubSet_" data-uid="C1.Util.FontSubSet.SetFontSubSet*"></a>
<h4 id="C1_Util_FontSubSet_SetFontSubSet_C1_Util_FontKey_C1_Util_FontSubSet_" data-uid="C1.Util.FontSubSet.SetFontSubSet(C1.Util.FontKey,C1.Util.FontSubSet)">SetFontSubSet(FontKey, FontSubSet)</h4>
<div class="markdown level1 summary"><p>Sets already exist <a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a> object to cache.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void SetFontSubSet(FontKey fk, FontSubSet fss)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub SetFontSubSet(fk As FontKey, fss As FontSubSet)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.FontKey.html">FontKey</a></td>
      <td><span class="parametername">fk</span></td>
      <td><p>The exist <a class="xref" href="C1.Util.FontSubSet.FontKey.html#C1_Util_FontSubSet_FontKey">FontKey</a> object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a></td>
      <td><span class="parametername">fss</span></td>
      <td><p>The exist <a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a> object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
