# GrapeCity.Wpf.SpreadSheet.FontInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_FontInfo" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo" class="text-break">FontInfo Class
</h1>
  <div class="markdown level0 summary"><p>Contains the font attributes (font name, font size, color, and so on) for an object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">FontInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_FontInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class FontInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class FontInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.-ctor.html#GrapeCity_Wpf_SpreadSheet_FontInfo__ctor">FontInfo()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo__ctor_GrapeCity_Spreadsheet_IFont_GrapeCity_Spreadsheet_Workbook_" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.#ctor(GrapeCity.Spreadsheet.IFont,GrapeCity.Spreadsheet.Workbook)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.-ctor.html#GrapeCity_Wpf_SpreadSheet_FontInfo__ctor_GrapeCity_Spreadsheet_IFont_GrapeCity_Spreadsheet_Workbook_">FontInfo(IFont, Workbook)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo_Bold" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.Bold">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.Bold.html#GrapeCity_Wpf_SpreadSheet_FontInfo_Bold">Bold</a>
        </td>
        <td class="markdown level1 summary"><p>True if the font is bold.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo_Color" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.Color">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.Color.html#GrapeCity_Wpf_SpreadSheet_FontInfo_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the primary color of the object</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo_Italic" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.Italic">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.Italic.html#GrapeCity_Wpf_SpreadSheet_FontInfo_Italic">Italic</a>
        </td>
        <td class="markdown level1 summary"><p>True if the font style is italic</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo_Name" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.Name">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.Name.html#GrapeCity_Wpf_SpreadSheet_FontInfo_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the name of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo_Size" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.Size">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.Size.html#GrapeCity_Wpf_SpreadSheet_FontInfo_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size in points of the font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo_SizeInPixels" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.SizeInPixels">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.SizeInPixels.html#GrapeCity_Wpf_SpreadSheet_FontInfo_SizeInPixels">SizeInPixels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size in pixels of the font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo_Strikethrough" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.Strikethrough">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.Strikethrough.html#GrapeCity_Wpf_SpreadSheet_FontInfo_Strikethrough">Strikethrough</a>
        </td>
        <td class="markdown level1 summary"><p>True if the font is struck through with a horizontal line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo_Subscript" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.Subscript">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.Subscript.html#GrapeCity_Wpf_SpreadSheet_FontInfo_Subscript">Subscript</a>
        </td>
        <td class="markdown level1 summary"><p>True if the font is formatted as subscript. False by default.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo_Superscript" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.Superscript">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.Superscript.html#GrapeCity_Wpf_SpreadSheet_FontInfo_Superscript">Superscript</a>
        </td>
        <td class="markdown level1 summary"><p>True if the font is formatted as superscript; False by default.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo_ThemeFont" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.ThemeFont">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.ThemeFont.html#GrapeCity_Wpf_SpreadSheet_FontInfo_ThemeFont">ThemeFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the theme font in the applied font scheme that is associated with the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FontInfo_Underline" data-uid="GrapeCity.Wpf.SpreadSheet.FontInfo.Underline">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FontInfo.Underline.html#GrapeCity_Wpf_SpreadSheet_FontInfo_Underline">Underline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of underline applied to the font.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
