# GrapeCity.Spreadsheet.FontStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_FontStyle" data-uid="GrapeCity.Spreadsheet.FontStyle" class="text-break">FontStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the style of the typeface of a font.</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_FontStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum FontStyle : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum FontStyle 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_FontStyle_Bold">Bold</td>
        <td><p>Specifies bold typeface. Bold is a heavier weight or thickness.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontStyle_Condense">Condense</td>
        <td><p>Macintosh compatibility setting. Represents special word/character rendering on Macintosh, when this flag is set.
The effect is to condense the text (squeeze it together). SpreadsheetML applications are not required to render according to this flag.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontStyle_Extend">Extend</td>
        <td><p>Specifies a compatibility setting used for previous spreadsheet applications, resulting in special word/character rendering on those legacy applications, when this flag is set.
The effect extends or stretches out the text. SpreadsheetML applications are not required to render according to this flag.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontStyle_Italic">Italic</td>
        <td><p>Specifies italic typeface, which produces a noticeable slant to the vertical stems of the characters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontStyle_Outline">Outline</td>
        <td><p>This element displays only the inner and outer borders of each character. This is very similar to Bold in behavior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontStyle_Regular">Regular</td>
        <td><p>Specifies normal weight or thickness of the typeface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontStyle_Shadow">Shadow</td>
        <td><p>Macintosh compatibility setting. Represents special word/character rendering on Macintosh, when this flag is set.
The effect is to render a shadow behind, beneath and to the right of the text. SpreadsheetML applications are not required to render according to this flag.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontStyle_Strikethrough">Strikethrough</td>
        <td><p>Specifies strike through, which displays a horizontal line drawn through the middle of the characters.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
