# C1.Framework.Drawing.Gdi.FontFamily

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Framework_Drawing_Gdi_FontFamily" data-uid="C1.Framework.Drawing.Gdi.FontFamily" class="text-break">FontFamily Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the family of logical 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_FontFamily_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FontFamily : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FontFamily As Byte</code></pre>
  </div>
  <h5 id="C1_Framework_Drawing_Gdi_FontFamily_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Describe the look of a font in a general way.</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_FontFamily_Decorative">Decorative</td>
        <td><p>Novelty fonts. Old English is an example.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontFamily_Default">Default</td>
        <td><p>Use default font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontFamily_Modern">Modern</td>
        <td><p>Fonts with constant stroke width (monospace), with or without serifs.
Monospace fonts are usually modern. Pica, Elite, and CourierNew are examples.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontFamily_Roman">Roman</td>
        <td><p>Fonts with variable stroke width (proportional) and with serifs. MS Serif is an example.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontFamily_Script">Script</td>
        <td><p>Fonts designed to look like handwriting. Script and Cursive are examples.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontFamily_Swiss">Swiss</td>
        <td><p>Fonts with variable stroke width (proportional) and without serifs. MS Sans Serif is an example.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
