# GrapeCity.Documents.Svg.SvgFontVariantLigatures

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgFontVariantLigatures" data-uid="GrapeCity.Documents.Svg.SvgFontVariantLigatures" class="text-break">SvgFontVariantLigatures Enum
</h1>
  <div class="markdown level0 summary"><p>Enables or disables ligatures and contextual forms.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgFontVariantLigatures_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum SvgFontVariantLigatures</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum SvgFontVariantLigatures</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_Svg_SvgFontVariantLigatures_CommonLigatures">CommonLigatures</td>
        <td><p>Enables display of common ligatures (OpenType features: liga, clig).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantLigatures_Contextual">Contextual</td>
        <td><p>Enables display of contextual alternates (OpenType feature: calt).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantLigatures_DiscretionaryLigatures">DiscretionaryLigatures</td>
        <td><p>Enables display of discretionary ligatures (OpenType feature: dlig).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantLigatures_HistoricalLigatures">HistoricalLigatures</td>
        <td><p>Enables display of historical ligatures (OpenType feature: hlig).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantLigatures_NoCommonLigatures">NoCommonLigatures</td>
        <td><p>Disables display of common ligatures (OpenType features: liga, clig).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantLigatures_NoContextual">NoContextual</td>
        <td><p>Disables display of contextual alternates (OpenType feature: calt).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantLigatures_NoDiscretionaryLigatures">NoDiscretionaryLigatures</td>
        <td><p>Disables display of discretionary ligatures (OpenType feature: dlig).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantLigatures_NoHistoricalLigatures">NoHistoricalLigatures</td>
        <td><p>Disables display of historical ligatures (OpenType feature: hlig).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantLigatures_None">None</td>
        <td><p>All types of ligatures and contextual forms covered by this property are explicitly disabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantLigatures_Normal">Normal</td>
        <td><p>Common ligatures and contextual forms are on by default, discretionary and historical ligatures are not.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
