# GrapeCity.Documents.Text.FontSubsetFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Text_FontSubsetFlags" data-uid="GrapeCity.Documents.Text.FontSubsetFlags" class="text-break">FontSubsetFlags Enum
</h1>
  <div class="markdown level0 summary"><p>A set of bit flags affecting the size of a serializable font.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_FontSubsetFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum FontSubsetFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum FontSubsetFlags</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_AdvancedPositioning">AdvancedPositioning</td>
        <td><p>Include the GDEF, GPOS, BASE font tables.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_AllButName">AllButName</td>
        <td><p>The combination of flags that includes all possible options except the Woff and Name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_AllFlags">AllFlags</td>
        <td><p>The combination of flags that includes all possible options except the Woff, Gsub, and Jstf.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_BitmapGlyphs">BitmapGlyphs</td>
        <td><p>Include font tables related to bitmap glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_Cmap">Cmap</td>
        <td><p>Include the 'cmap' font table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_CmapName">CmapName</td>
        <td><p>Include the 'cmap' and 'name' font tables.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_DeviceMetrics">DeviceMetrics</td>
        <td><p>Include the 'hdmx', VDMX, LTSH tables.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_Gsub">Gsub</td>
        <td><p>Include the 'GSUB' font table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_Jstf">Jstf</td>
        <td><p>Include the 'JSTF' font table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_Kerning">Kerning</td>
        <td><p>Include the 'kern' font table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_MinimalSubset">MinimalSubset</td>
        <td><p>Include the minimal set of font tables.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_Name">Name</td>
        <td><p>Include the 'name' font table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_PdfRenderer">PdfRenderer</td>
        <td><p>The combination of flags for a subset that is enough to render any PDF content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_PdfTextField">PdfTextField</td>
        <td><p>The combination of flags for a subset that is enough to use in editable PDF fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_Svg">Svg</td>
        <td><p>Include the table related to SVG outlines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_WholeFont">WholeFont</td>
        <td><p>Do not create a subset, save the whole font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontSubsetFlags_Woff">Woff</td>
        <td><p>Save the resulting font in the WOFF format.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
