# GrapeCity.Documents.Svg.SvgFontStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgFontStyle" data-uid="GrapeCity.Documents.Svg.SvgFontStyle" class="text-break">SvgFontStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Allows italic or oblique faces to be selected.</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_SvgFontStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgFontStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgFontStyle</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_SvgFontStyle_Italic">Italic</td>
        <td><p>Selects a font that is labeled as an italic face, or an oblique face if one is not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontStyle_Normal">Normal</td>
        <td><p>Selects a face that is classified as a normal face, one that is neither italic or obliqued.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgFontStyle_Oblique">Oblique</td>
        <td><p>Selects a font that is labeled as an oblique face, or an italic face if one is not.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
