# GrapeCity.ActiveReports.Chart.FontInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_FontInfo" data-uid="GrapeCity.ActiveReports.Chart.FontInfo" class="text-break">FontInfo Class
</h1>
  <div class="markdown level0 summary"><p>Summary description for FontInfo.</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"><a class="xref" href="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><span class="xref">FontInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_FontInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(FontInfo.Converter))]
public sealed class FontInfo : Item, IGraphItem, ICloneable, IGraphXmlSerializable</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_ActiveReports_Chart_FontInfo__ctor" data-uid="GrapeCity.ActiveReports.Chart.FontInfo.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.FontInfo.-ctor.html#GrapeCity_ActiveReports_Chart_FontInfo__ctor">FontInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new (default) instance of the FontInfo object</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_FontInfo__ctor_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Drawing_Font_" data-uid="GrapeCity.ActiveReports.Chart.FontInfo.#ctor(System.Drawing.Color,GrapeCity.ActiveReports.Chart.Drawing.Font)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.FontInfo.-ctor.html#GrapeCity_ActiveReports_Chart_FontInfo__ctor_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Drawing_Font_">FontInfo(Color, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the FontInfo object</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_FontInfo__ctor_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Drawing_Font_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.FontInfo.#ctor(System.Drawing.Color,GrapeCity.ActiveReports.Chart.Drawing.Font,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.FontInfo.-ctor.html#GrapeCity_ActiveReports_Chart_FontInfo__ctor_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Drawing_Font_System_Single_">FontInfo(Color, Font, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the FontInfo object</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_FontInfo__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.FontInfo.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.FontInfo.-ctor.html#GrapeCity_ActiveReports_Chart_FontInfo__ctor_System_String_">FontInfo(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_FontInfo__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.FontInfo.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.FontInfo.-ctor.html#GrapeCity_ActiveReports_Chart_FontInfo__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">FontInfo(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</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_ActiveReports_Chart_FontInfo_Angle" data-uid="GrapeCity.ActiveReports.Chart.FontInfo.Angle">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.FontInfo.Angle.html#GrapeCity_ActiveReports_Chart_FontInfo_Angle">Angle</a>
        </td>
        <td class="markdown level1 summary"><p>Rotation angle, clockwise, degrees</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_FontInfo_Color" data-uid="GrapeCity.ActiveReports.Chart.FontInfo.Color">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.FontInfo.Color.html#GrapeCity_ActiveReports_Chart_FontInfo_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the text color</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_FontInfo_Font" data-uid="GrapeCity.ActiveReports.Chart.FontInfo.Font">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.FontInfo.Font.html#GrapeCity_ActiveReports_Chart_FontInfo_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>GDI 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_ActiveReports_Chart_FontInfo_Clone" data-uid="GrapeCity.ActiveReports.Chart.FontInfo.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.FontInfo.Clone.html#GrapeCity_ActiveReports_Chart_FontInfo_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><pre><code>        This member overrides 
</code></pre>
<pre><code class="lang-csharp">Item.Clone</code></pre>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_FontInfo_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.FontInfo.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.FontInfo.Equals.html#GrapeCity_ActiveReports_Chart_FontInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compare the FontInfo object to another System.Object and check if the two are equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_FontInfo_GetHashCode" data-uid="GrapeCity.ActiveReports.Chart.FontInfo.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.FontInfo.GetHashCode.html#GrapeCity_ActiveReports_Chart_FontInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>It functions as a hash function for a particular type. It is suitable for use in data structures such as hash algorithm and hash table.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
