# C1.Util.DX.DirectWrite.FontStretch

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_DirectWrite_FontStretch" data-uid="C1.Util.DX.DirectWrite.FontStretch" class="text-break">FontStretch Enum
</h1>
  <div class="markdown level0 summary"><p>DWRITE_FONT_STRETCH</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.DirectWrite.html">C1.Util.DX.DirectWrite</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.10.dll</h6>
  <h5 id="C1_Util_DX_DirectWrite_FontStretch_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FontStretch</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FontStretch</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="C1_Util_DX_DirectWrite_FontStretch_Condensed">Condensed</td>
        <td><p>DWRITE_FONT_STRETCH_CONDENSED</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FontStretch_Expanded">Expanded</td>
        <td><p>DWRITE_FONT_STRETCH_EXPANDED</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FontStretch_ExtraCondensed">ExtraCondensed</td>
        <td><p>DWRITE_FONT_STRETCH_EXTRA_CONDENSED</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FontStretch_ExtraExpanded">ExtraExpanded</td>
        <td><p>DWRITE_FONT_STRETCH_EXTRA_EXPANDED</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FontStretch_Medium">Medium</td>
        <td><p>DWRITE_FONT_STRETCH_MEDIUM</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FontStretch_Normal">Normal</td>
        <td><p>DWRITE_FONT_STRETCH_NORMAL</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FontStretch_SemiCondensed">SemiCondensed</td>
        <td><p>DWRITE_FONT_STRETCH_SEMI_CONDENSED</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FontStretch_SemiExpanded">SemiExpanded</td>
        <td><p>DWRITE_FONT_STRETCH_SEMI_EXPANDED</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FontStretch_UltraCondensed">UltraCondensed</td>
        <td><p>DWRITE_FONT_STRETCH_ULTRA_CONDENSED</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FontStretch_UltraExpanded">UltraExpanded</td>
        <td><p>DWRITE_FONT_STRETCH_ULTRA_EXPANDED</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FontStretch_Undefined">Undefined</td>
        <td><p>DWRITE_FONT_STRETCH_UNDEFINED</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
