# C1.Util.FontSubSet.FontFeature

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_FontSubSet_FontFeature" data-uid="C1.Util.FontSubSet.FontFeature" class="text-break">FontSubSet.FontFeature Class
</h1>
  <div class="markdown level0 summary"><p>Identifies the typographic feature in the OpenType font.</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.FontFeature</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_FontSubSet_FontFeature_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontSubSet.FontFeature</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontSubSet.FontFeature</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_FontFeature__ctor_C1_Util_FontSubSet_FeatureTag_" data-uid="C1.Util.FontSubSet.FontFeature.#ctor(C1.Util.FontSubSet.FeatureTag)">
          <a class="xref" href="C1.Util.FontSubSet.FontFeature.-ctor.html#C1_Util_FontSubSet_FontFeature__ctor_C1_Util_FontSubSet_FeatureTag_">FontFeature(FeatureTag)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.Util.FontSubSet.FontFeature.html">FontSubSet.FontFeature</a>, enabled by default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FontFeature__ctor_C1_Util_FontSubSet_FeatureTag_System_Boolean_" data-uid="C1.Util.FontSubSet.FontFeature.#ctor(C1.Util.FontSubSet.FeatureTag,System.Boolean)">
          <a class="xref" href="C1.Util.FontSubSet.FontFeature.-ctor.html#C1_Util_FontSubSet_FontFeature__ctor_C1_Util_FontSubSet_FeatureTag_System_Boolean_">FontFeature(FeatureTag, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.Util.FontSubSet.FontFeature.html">FontSubSet.FontFeature</a> with a value indicating whether the feature is enable or disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FontFeature__ctor_C1_Util_FontSubSet_FeatureTag_System_Int32_System_Boolean_" data-uid="C1.Util.FontSubSet.FontFeature.#ctor(C1.Util.FontSubSet.FeatureTag,System.Int32,System.Boolean)">
          <a class="xref" href="C1.Util.FontSubSet.FontFeature.-ctor.html#C1_Util_FontSubSet_FontFeature__ctor_C1_Util_FontSubSet_FeatureTag_System_Int32_System_Boolean_">FontFeature(FeatureTag, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.Util.FontSubSet.FontFeature.html">FontSubSet.FontFeature</a> with the specified 1-based position of alternate glyph ID.</p>
</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_FontFeature_ApplyLastAlternativeIfNotAvailable" data-uid="C1.Util.FontSubSet.FontFeature.ApplyLastAlternativeIfNotAvailable">
          <a class="xref" href="C1.Util.FontSubSet.FontFeature.ApplyLastAlternativeIfNotAvailable.html#C1_Util_FontSubSet_FontFeature_ApplyLastAlternativeIfNotAvailable">ApplyLastAlternativeIfNotAvailable</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the last alternative should be applied if the specified position exceeds the number of alternatives.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FontFeature_Enabled" data-uid="C1.Util.FontSubSet.FontFeature.Enabled">
          <a class="xref" href="C1.Util.FontSubSet.FontFeature.Enabled.html#C1_Util_FontSubSet_FontFeature_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the feature should be enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FontFeature_FeatureTag" data-uid="C1.Util.FontSubSet.FontFeature.FeatureTag">
          <a class="xref" href="C1.Util.FontSubSet.FontFeature.FeatureTag.html#C1_Util_FontSubSet_FontFeature_FeatureTag">FeatureTag</a>
        </td>
        <td class="markdown level1 summary"><p>The OpenType name identifier of the feature.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontSubSet_FontFeature_Parameter" data-uid="C1.Util.FontSubSet.FontFeature.Parameter">
          <a class="xref" href="C1.Util.FontSubSet.FontFeature.Parameter.html#C1_Util_FontSubSet_FontFeature_Parameter">Parameter</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies 1-based position of the alternate glyph ID in Alternate Substitution lookup.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
