# GrapeCity.Documents.Svg.SvgFontFamilyType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgFontFamilyType" data-uid="GrapeCity.Documents.Svg.SvgFontFamilyType" class="text-break">SvgFontFamilyType Enum
</h1>
  <div class="markdown level0 summary"><p>Defines a type of the font family (regular font name or a generic family name).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgFontFamilyType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgFontFamilyType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgFontFamilyType</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_Documents_Svg_SvgFontFamilyType_Cursive">Cursive</td>
        <td><p>Font glyphs look more like handwritten pen or brush writing than printed letterwork.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontFamilyType_Fantasy">Fantasy</td>
        <td><p>Fonts that contain decorative or expressive representations of characters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontFamilyType_FontName">FontName</td>
        <td><p>A specific font family name which is not generic, such as Helvetica or Verdana.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontFamilyType_Monospace">Monospace</td>
        <td><p>All font glyphs have the same fixed width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontFamilyType_SansSerif">SansSerif</td>
        <td><p>Font stroke endings are plain - without any flaring, cross stroke, or other ornamentation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontFamilyType_Serif">Serif</td>
        <td><p>Font glyphs have finishing strokes, flared or tapering ends, or have actual serifed endings (including slab serifs).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
