# GrapeCity.Spreadsheet.FontFamily

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_FontFamily" data-uid="GrapeCity.Spreadsheet.FontFamily" class="text-break">FontFamily Enum
</h1>
  <div class="markdown level0 summary"><p>The FamilyFont enumeration specifies the font family.
Font families describe the look of a font in a general way.
They are intended for specifying fonts when the exact typeface desired is not available.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_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>
  <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_Spreadsheet_FontFamily_Decorative">Decorative</td>
        <td><p>Novelty fonts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontFamily_Modern">Modern</td>
        <td><p>Fonts with constant stroke width, with or without serifs. Fixed-width fonts are usually modern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontFamily_NotApplicable">NotApplicable</td>
        <td><p>The default font is specified, which is implementation-dependent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontFamily_Roman">Roman</td>
        <td><p>Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which have serifs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontFamily_Script">Script</td>
        <td><p>Fonts designed to look like handwriting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontFamily_Swiss">Swiss</td>
        <td><p>Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which do not have serifs.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
