# GrapeCity.Documents.Text.GlyphWidths

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Text_GlyphWidths" data-uid="GrapeCity.Documents.Text.GlyphWidths" class="text-break">GlyphWidths Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the preferred glyph widths (generally used in CJKV fonts).</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_GlyphWidths_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GlyphWidths</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GlyphWidths</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_GlyphWidths_AlternateHalfWidths">AlternateHalfWidths</td>
        <td><p>Respace glyphs designed to be set on full-em widths, fitting them onto half-em widths using the 'halt' font feature.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GlyphWidths_Default">Default</td>
        <td><p>Don't apply any special glyph-width features.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GlyphWidths_FullWidths">FullWidths</td>
        <td><p>Replace glyphs set on other widths with glyphs set on full (usually em) widths using the 'fwid' font feature.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GlyphWidths_HalfWidths">HalfWidths</td>
        <td><p>Replace glyphs other than half an em, with glyphs on half-em (en) widths using the 'hwid' font feature.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GlyphWidths_ProportionalAlternateWidths">ProportionalAlternateWidths</td>
        <td><p>Respace glyphs designed to be set on full-em widths, fitting them onto individual (more or less proportional) horizontal widths ('palt').</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GlyphWidths_ProportionalWidths">ProportionalWidths</td>
        <td><p>Replace glyphs set on uniform widths (typically full or half-em) with proportionally spaced glyphs using the 'pwid' font feature.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GlyphWidths_QuarterWidths">QuarterWidths</td>
        <td><p>Replace glyphs on other widths with glyphs set on widths of one quarter of an em using the 'qwid' font feature.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GlyphWidths_ThirdWidths">ThirdWidths</td>
        <td><p>Replace glyphs on other widths with glyphs set on widths of one third of an em using the 'twid' font feature.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
