# GrapeCity.ActiveReports.Drawing.FontInfo

## Content

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



  <h1 id="GrapeCity_ActiveReports_Drawing_FontInfo" data-uid="GrapeCity.ActiveReports.Drawing.FontInfo" class="text-break">FontInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents font information.</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.ActiveReports.Drawing.html">GrapeCity.ActiveReports.Drawing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Drawing_FontInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed 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_ActiveReports_Drawing_FontInfo__ctor_System_String_System_Single_" data-uid="GrapeCity.ActiveReports.Drawing.FontInfo.#ctor(System.String,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.-ctor.html#GrapeCity_ActiveReports_Drawing_FontInfo__ctor_System_String_System_Single_">FontInfo(string, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.html">FontInfo</a> class with specified font family and size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontInfo__ctor_System_String_System_Single_GrapeCity_ActiveReports_Drawing_FontStyle_GrapeCity_ActiveReports_Drawing_FontWeight_GrapeCity_ActiveReports_Drawing_FontDecoration_" data-uid="GrapeCity.ActiveReports.Drawing.FontInfo.#ctor(System.String,System.Single,GrapeCity.ActiveReports.Drawing.FontStyle,GrapeCity.ActiveReports.Drawing.FontWeight,GrapeCity.ActiveReports.Drawing.FontDecoration)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.-ctor.html#GrapeCity_ActiveReports_Drawing_FontInfo__ctor_System_String_System_Single_GrapeCity_ActiveReports_Drawing_FontStyle_GrapeCity_ActiveReports_Drawing_FontWeight_GrapeCity_ActiveReports_Drawing_FontDecoration_">FontInfo(string, float, FontStyle, FontWeight, FontDecoration)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.html">FontInfo</a> class with specified font family, size, style, weight, and decoration.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontInfo__ctor_System_String_System_Single_System_String_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Drawing.FontInfo.#ctor(System.String,System.Single,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.-ctor.html#GrapeCity_ActiveReports_Drawing_FontInfo__ctor_System_String_System_Single_System_String_System_String_System_String_">FontInfo(string, float, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.html">FontInfo</a> class with specified font family, size, style, weight, and decoration as strings.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontInfo_Decoration" data-uid="GrapeCity.ActiveReports.Drawing.FontInfo.Decoration">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.Decoration.html">Decoration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font decoration.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontInfo_Family" data-uid="GrapeCity.ActiveReports.Drawing.FontInfo.Family">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.Family.html">Family</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font family name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontInfo_Size" data-uid="GrapeCity.ActiveReports.Drawing.FontInfo.Size">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.Size.html">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font size in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontInfo_Style" data-uid="GrapeCity.ActiveReports.Drawing.FontInfo.Style">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.Style.html">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontInfo_Weight" data-uid="GrapeCity.ActiveReports.Drawing.FontInfo.Weight">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.Weight.html">Weight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font weight.</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_Drawing_FontInfo_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Drawing.FontInfo.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.Equals.html#GrapeCity_ActiveReports_Drawing_FontInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontInfo_GetHashCode" data-uid="GrapeCity.ActiveReports.Drawing.FontInfo.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.GetHashCode.html#GrapeCity_ActiveReports_Drawing_FontInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontInfo_ToString" data-uid="GrapeCity.ActiveReports.Drawing.FontInfo.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.FontInfo.ToString.html#GrapeCity_ActiveReports_Drawing_FontInfo_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
