# C1.Framework.Drawing.Gdi.FontWeight

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Drawing_Gdi_FontWeight" data-uid="C1.Framework.Drawing.Gdi.FontWeight" class="text-break">FontWeight Class
</h1>
  <div class="markdown level0 summary"><p>Represents the weight values of logical font.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">FontWeight</span></div>
  </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_FontWeight_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class FontWeight</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module FontWeight</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>
    <tbody>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_Black" data-uid="C1.Framework.Drawing.Gdi.FontWeight.Black">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.Black.html">Black</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the black font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_Bold" data-uid="C1.Framework.Drawing.Gdi.FontWeight.Bold">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.Bold.html">Bold</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the bold font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_Default" data-uid="C1.Framework.Drawing.Gdi.FontWeight.Default">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.Default.html">Default</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the default font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_DemiBold" data-uid="C1.Framework.Drawing.Gdi.FontWeight.DemiBold">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.DemiBold.html">DemiBold</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the demi bold font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_ExtraBold" data-uid="C1.Framework.Drawing.Gdi.FontWeight.ExtraBold">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.ExtraBold.html">ExtraBold</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the extra bold font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_ExtraLight" data-uid="C1.Framework.Drawing.Gdi.FontWeight.ExtraLight">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.ExtraLight.html">ExtraLight</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the extra light font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_Heavy" data-uid="C1.Framework.Drawing.Gdi.FontWeight.Heavy">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.Heavy.html">Heavy</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the heavy font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_Light" data-uid="C1.Framework.Drawing.Gdi.FontWeight.Light">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.Light.html">Light</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the light font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_Medium" data-uid="C1.Framework.Drawing.Gdi.FontWeight.Medium">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.Medium.html">Medium</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the medium font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_Normal" data-uid="C1.Framework.Drawing.Gdi.FontWeight.Normal">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.Normal.html">Normal</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the normal font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_Regular" data-uid="C1.Framework.Drawing.Gdi.FontWeight.Regular">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.Regular.html">Regular</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the regular font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_SemiBold" data-uid="C1.Framework.Drawing.Gdi.FontWeight.SemiBold">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.SemiBold.html">SemiBold</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the semi bold font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_Thin" data-uid="C1.Framework.Drawing.Gdi.FontWeight.Thin">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.Thin.html">Thin</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the thin font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_UltraBold" data-uid="C1.Framework.Drawing.Gdi.FontWeight.UltraBold">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.UltraBold.html">UltraBold</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the ultra bold font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontWeight_UltraLight" data-uid="C1.Framework.Drawing.Gdi.FontWeight.UltraLight">
          <a class="xref" href="C1.Framework.Drawing.Gdi.FontWeight.UltraLight.html">UltraLight</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the ultra light font weight.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
