# GrapeCity.Documents.Excel.FontInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_FontInfo" data-uid="GrapeCity.Documents.Excel.FontInfo" class="text-break">FontInfo Struct
</h1>
  <div class="markdown level0 summary"><p>A struct that contains info of fonts that are used by workbook.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_FontInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct FontInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure FontInfo</code></pre>
  </div>
  <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_Documents_Excel_FontInfo_Bold" data-uid="GrapeCity.Documents.Excel.FontInfo.Bold">
          <a class="xref" href="GrapeCity.Documents.Excel.FontInfo.Bold.html#GrapeCity_Documents_Excel_FontInfo_Bold">Bold</a>
        </td>
        <td class="markdown level1 summary"><p>A bool value indicates whether the font is bold.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FontInfo_Italic" data-uid="GrapeCity.Documents.Excel.FontInfo.Italic">
          <a class="xref" href="GrapeCity.Documents.Excel.FontInfo.Italic.html#GrapeCity_Documents_Excel_FontInfo_Italic">Italic</a>
        </td>
        <td class="markdown level1 summary"><p>A bool value indicates whether the font is italic.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FontInfo_Name" data-uid="GrapeCity.Documents.Excel.FontInfo.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.FontInfo.Name.html#GrapeCity_Documents_Excel_FontInfo_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets the name of font.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_FontInfo_Equals_System_Object_" data-uid="GrapeCity.Documents.Excel.FontInfo.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Excel.FontInfo.Equals.html#GrapeCity_Documents_Excel_FontInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Equality.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FontInfo_GetHashCode" data-uid="GrapeCity.Documents.Excel.FontInfo.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Excel.FontInfo.GetHashCode.html#GrapeCity_Documents_Excel_FontInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Get hash code of font.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_FontInfo_op_Equality_GrapeCity_Documents_Excel_FontInfo_GrapeCity_Documents_Excel_FontInfo_" data-uid="GrapeCity.Documents.Excel.FontInfo.op_Equality(GrapeCity.Documents.Excel.FontInfo,GrapeCity.Documents.Excel.FontInfo)">
          <a class="xref" href="GrapeCity.Documents.Excel.FontInfo.op_Equality.html#GrapeCity_Documents_Excel_FontInfo_op_Equality_GrapeCity_Documents_Excel_FontInfo_GrapeCity_Documents_Excel_FontInfo_">operator ==(FontInfo, FontInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Equality.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FontInfo_op_Inequality_GrapeCity_Documents_Excel_FontInfo_GrapeCity_Documents_Excel_FontInfo_" data-uid="GrapeCity.Documents.Excel.FontInfo.op_Inequality(GrapeCity.Documents.Excel.FontInfo,GrapeCity.Documents.Excel.FontInfo)">
          <a class="xref" href="GrapeCity.Documents.Excel.FontInfo.op_Inequality.html#GrapeCity_Documents_Excel_FontInfo_op_Inequality_GrapeCity_Documents_Excel_FontInfo_GrapeCity_Documents_Excel_FontInfo_">operator !=(FontInfo, FontInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Inequality.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
