# GrapeCity.ActiveReports.Document.Drawing.Font

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_Drawing_Font" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font" class="text-break">Font Class
</h1>
  <div class="markdown level0 summary"><p>Defines a particular format for text, including font face, size, and style attributes.
It is a cross-platform version of <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a>.</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">Font</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.html">GrapeCity.ActiveReports.Document.Drawing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Drawing_Font_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(FontConverter))]
public sealed class Font : ICloneable</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_Document_Drawing_Font__ctor_GrapeCity_ActiveReports_Document_Drawing_Font_GrapeCity_ActiveReports_Document_Drawing_FontStyle_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.#ctor(GrapeCity.ActiveReports.Document.Drawing.Font,GrapeCity.ActiveReports.Document.Drawing.FontStyle)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.-ctor.html#GrapeCity_ActiveReports_Document_Drawing_Font__ctor_GrapeCity_ActiveReports_Document_Drawing_Font_GrapeCity_ActiveReports_Document_Drawing_FontStyle_">Font(Font, FontStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font__ctor_System_String_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.#ctor(System.String,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.-ctor.html#GrapeCity_ActiveReports_Document_Drawing_Font__ctor_System_String_System_Single_">Font(string, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font__ctor_System_String_System_Single_GrapeCity_ActiveReports_Document_Drawing_FontStyle_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.#ctor(System.String,System.Single,GrapeCity.ActiveReports.Document.Drawing.FontStyle)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.-ctor.html#GrapeCity_ActiveReports_Document_Drawing_Font__ctor_System_String_System_Single_GrapeCity_ActiveReports_Document_Drawing_FontStyle_">Font(string, float, FontStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font__ctor_System_String_System_Single_GrapeCity_ActiveReports_Document_Drawing_FontStyle_GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.#ctor(System.String,System.Single,GrapeCity.ActiveReports.Document.Drawing.FontStyle,GrapeCity.ActiveReports.Document.Drawing.GraphicsUnit)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.-ctor.html#GrapeCity_ActiveReports_Document_Drawing_Font__ctor_System_String_System_Single_GrapeCity_ActiveReports_Document_Drawing_FontStyle_GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_">Font(string, float, FontStyle, GraphicsUnit)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font__ctor_System_String_System_Single_GrapeCity_ActiveReports_Document_Drawing_FontStyle_GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_System_Byte_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.#ctor(System.String,System.Single,GrapeCity.ActiveReports.Document.Drawing.FontStyle,GrapeCity.ActiveReports.Document.Drawing.GraphicsUnit,System.Byte)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.-ctor.html#GrapeCity_ActiveReports_Document_Drawing_Font__ctor_System_String_System_Single_GrapeCity_ActiveReports_Document_Drawing_FontStyle_GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_System_Byte_">Font(string, float, FontStyle, GraphicsUnit, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font__ctor_System_String_System_Single_GrapeCity_ActiveReports_Document_Drawing_FontStyle_GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_System_Byte_System_Boolean_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.#ctor(System.String,System.Single,GrapeCity.ActiveReports.Document.Drawing.FontStyle,GrapeCity.ActiveReports.Document.Drawing.GraphicsUnit,System.Byte,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.-ctor.html#GrapeCity_ActiveReports_Document_Drawing_Font__ctor_System_String_System_Single_GrapeCity_ActiveReports_Document_Drawing_FontStyle_GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_System_Byte_System_Boolean_">Font(string, float, FontStyle, GraphicsUnit, byte, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font__ctor_System_String_System_Single_GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.#ctor(System.String,System.Single,GrapeCity.ActiveReports.Document.Drawing.GraphicsUnit)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.-ctor.html#GrapeCity_ActiveReports_Document_Drawing_Font__ctor_System_String_System_Single_GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_">Font(string, float, GraphicsUnit)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a>.</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_Document_Drawing_Font_Bold" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.Bold">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.Bold.html#GrapeCity_ActiveReports_Document_Drawing_Font_Bold">Bold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets information about whether the font is bold.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_GdiCharSet" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.GdiCharSet">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.GdiCharSet.html#GrapeCity_ActiveReports_Document_Drawing_Font_GdiCharSet">GdiCharSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets GDI char set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_GdiVerticalFont" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.GdiVerticalFont">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.GdiVerticalFont.html#GrapeCity_ActiveReports_Document_Drawing_Font_GdiVerticalFont">GdiVerticalFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets information about whether the GDI font is vertical.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_Italic" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.Italic">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.Italic.html#GrapeCity_ActiveReports_Document_Drawing_Font_Italic">Italic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets information about whether the font is italic.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_Name" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.Name.html#GrapeCity_ActiveReports_Document_Drawing_Font_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_OriginalFontName" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.OriginalFontName">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.OriginalFontName.html#GrapeCity_ActiveReports_Document_Drawing_Font_OriginalFontName">OriginalFontName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the original font name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_Size" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.Size">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.Size.html#GrapeCity_ActiveReports_Document_Drawing_Font_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the  size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_SizeInPoints" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.SizeInPoints">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.SizeInPoints.html#GrapeCity_ActiveReports_Document_Drawing_Font_SizeInPoints">SizeInPoints</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the size in inches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_Strikeout" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.Strikeout">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.Strikeout.html#GrapeCity_ActiveReports_Document_Drawing_Font_Strikeout">Strikeout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets information about whether the font is strikethrough or not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_Style" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.Style">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.Style.html#GrapeCity_ActiveReports_Document_Drawing_Font_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_Underline" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.Underline">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.Underline.html#GrapeCity_ActiveReports_Document_Drawing_Font_Underline">Underline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets information about whether the font is underlined or not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_Unit" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.Unit">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.Unit.html#GrapeCity_ActiveReports_Document_Drawing_Font_Unit">Unit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the graphical unit of measure.</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_Document_Drawing_Font_Clone" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.Clone.html#GrapeCity_ActiveReports_Document_Drawing_Font_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a cloning of this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.Equals.html#GrapeCity_ActiveReports_Document_Drawing_Font_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a comparison of two <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a> objects by value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_GetHashCode" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.GetHashCode.html#GrapeCity_ActiveReports_Document_Drawing_Font_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hash code of the current instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Font_ToString" data-uid="GrapeCity.ActiveReports.Document.Drawing.Font.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.ToString.html#GrapeCity_ActiveReports_Document_Drawing_Font_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
