# C1.Util.RawFontSubSet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_RawFontSubSet" data-uid="C1.Util.RawFontSubSet" class="text-break">RawFontSubSet Class
</h1>
  <div class="markdown level0 summary"><p>Raw (binary font data or file path name) font subset.</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"><a class="xref" href="C1.Util.FontSubSet.html">FontSubSet</a></div>
    <div class="level2"><span class="xref">RawFontSubSet</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.html">C1.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="C1_Util_RawFontSubSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[CLSCompliant(false)]
public class RawFontSubSet : FontSubSet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;CLSCompliant(False)&gt;
Public Class RawFontSubSet
    Inherits 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_RawFontSubSet__ctor_System_Byte___" data-uid="C1.Util.RawFontSubSet.#ctor(System.Byte[])">
          <a class="xref" href="C1.Util.RawFontSubSet.-ctor.html#C1_Util_RawFontSubSet__ctor_System_Byte___">RawFontSubSet(byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initialization raw subset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_RawFontSubSet__ctor_System_String_" data-uid="C1.Util.RawFontSubSet.#ctor(System.String)">
          <a class="xref" href="C1.Util.RawFontSubSet.-ctor.html#C1_Util_RawFontSubSet__ctor_System_String_">RawFontSubSet(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialization raw subset.</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_RawFontSubSet_GetFontSubSet_System_Byte___" data-uid="C1.Util.RawFontSubSet.GetFontSubSet(System.Byte[])">
          <a class="xref" href="C1.Util.RawFontSubSet.GetFontSubSet.html#C1_Util_RawFontSubSet_GetFontSubSet_System_Byte___">GetFontSubSet(byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Gets font subset for raw font data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_RawFontSubSet_GetFontSubSet_System_String_" data-uid="C1.Util.RawFontSubSet.GetFontSubSet(System.String)">
          <a class="xref" href="C1.Util.RawFontSubSet.GetFontSubSet.html#C1_Util_RawFontSubSet_GetFontSubSet_System_String_">GetFontSubSet(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets font subset for font file name with path.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_RawFontSubSet_GetFontTableStream_System_String_" data-uid="C1.Util.RawFontSubSet.GetFontTableStream(System.String)">
          <a class="xref" href="C1.Util.RawFontSubSet.GetFontTableStream.html#C1_Util_RawFontSubSet_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_RawFontSubSet_Init" data-uid="C1.Util.RawFontSubSet.Init">
          <a class="xref" href="C1.Util.RawFontSubSet.Init.html#C1_Util_RawFontSubSet_Init">Init()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialization fields.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
