# GrapeCity.Documents.Svg.SvgFontVariantCaps

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgFontVariantCaps" data-uid="GrapeCity.Documents.Svg.SvgFontVariantCaps" class="text-break">SvgFontVariantCaps Enum
</h1>
  <div class="markdown level0 summary"><p>Allows the selection of alternate glyphs used for small or petite capitals or for titling.</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_SvgFontVariantCaps_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgFontVariantCaps</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgFontVariantCaps</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_SvgFontVariantCaps_AllPetiteCaps">AllPetiteCaps</td>
        <td><p>Enables display of petite capitals for both upper and lowercase letters (OpenType features: c2pc, pcap).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantCaps_AllSmallCaps">AllSmallCaps</td>
        <td><p>Enables display of small capitals for both upper and lowercase letters (OpenType features: c2sc, smcp).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantCaps_Normal">Normal</td>
        <td><p>None of the caps features are enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantCaps_PetiteCaps">PetiteCaps</td>
        <td><p>Enables display of petite capitals (OpenType feature: pcap).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantCaps_SmallCaps">SmallCaps</td>
        <td><p>Enables display of small capitals (OpenType feature: smcp).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantCaps_TitlingCaps">TitlingCaps</td>
        <td><p>Enables display of titling capitals (OpenType feature: titl).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantCaps_Unicase">Unicase</td>
        <td><p>Enables display of mixture of small capitals for uppercase letters with normal lowercase letters (OpenType feature: unic).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
