# GrapeCity.Documents.Svg.SvgFontVariantEastAsian

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgFontVariantEastAsian" data-uid="GrapeCity.Documents.Svg.SvgFontVariantEastAsian" class="text-break">SvgFontVariantEastAsian Enum
</h1>
  <div class="markdown level0 summary"><p>Allows control of glyph substitution and sizing in East Asian text.</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_SvgFontVariantEastAsian_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum SvgFontVariantEastAsian</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum SvgFontVariantEastAsian</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_SvgFontVariantEastAsian_FullWidth">FullWidth</td>
        <td><p>Enables rendering of full-width variants (OpenType feature: fwid).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantEastAsian_Jis04">Jis04</td>
        <td><p>Enables rendering of JIS2004 forms (OpenType feature: jp04).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantEastAsian_Jis78">Jis78</td>
        <td><p>Enables rendering of JIS78 forms (OpenType feature: jp78).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantEastAsian_Jis83">Jis83</td>
        <td><p>Enables rendering of JIS83 forms (OpenType feature: jp83).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantEastAsian_Jis90">Jis90</td>
        <td><p>Enables rendering of JIS90 forms (OpenType feature: jp90).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantEastAsian_Normal">Normal</td>
        <td><p>None of the glyph substitution and sizing features are enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantEastAsian_ProportionalWidth">ProportionalWidth</td>
        <td><p>Enables rendering of proportionally-spaced variants (OpenType feature: pwid).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantEastAsian_Ruby">Ruby</td>
        <td><p>Enables display of ruby variant glyphs (OpenType feature: ruby).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantEastAsian_Simplified">Simplified</td>
        <td><p>Enables rendering of simplified forms (OpenType feature: smpl).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontVariantEastAsian_Traditional">Traditional</td>
        <td><p>Enables rendering of traditional forms (OpenType feature: trad).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
