# C1.Framework.Drawing.Gdi.FontPitch

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Framework_Drawing_Gdi_FontPitch" data-uid="C1.Framework.Drawing.Gdi.FontPitch" class="text-break">FontPitch Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the pitch of font.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Drawing.Gdi.html">C1.Framework.Drawing.Gdi</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_Drawing_Gdi_FontPitch_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FontPitch : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FontPitch As Byte</code></pre>
  </div>
  <h5 id="C1_Framework_Drawing_Gdi_FontPitch_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The two low-order bits specify the pitch of the font and can be one of the following values.</p>
</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_Framework_Drawing_Gdi_FontPitch_Default">Default</td>
        <td><p>Indicates the default pitch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontPitch_Fixed">Fixed</td>
        <td><p>Indicates the fixed pitch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontPitch_Variable">Variable</td>
        <td><p>Indicates the variable pitch.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
