# GrapeCity.ActiveReports.Drawing.TextMetrics

## Content

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



  <h1 id="GrapeCity_ActiveReports_Drawing_TextMetrics" data-uid="GrapeCity.ActiveReports.Drawing.TextMetrics" class="text-break">TextMetrics Struct
</h1>
  <div class="markdown level0 summary"><p>Represents the metrics of a text layout.</p>
</div>
  <div class="markdown level0 conceptual"></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_TextMetrics_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct TextMetrics</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_TextMetrics__ctor_System_Single_System_Single_System_Int32_System_Int32_System_Boolean_" data-uid="GrapeCity.ActiveReports.Drawing.TextMetrics.#ctor(System.Single,System.Single,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.TextMetrics.-ctor.html#GrapeCity_ActiveReports_Drawing_TextMetrics__ctor_System_Single_System_Single_System_Int32_System_Int32_System_Boolean_">TextMetrics(float, float, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_TextMetrics__ctor_System_Single_System_Single_System_Int32_System_Int32_System_Boolean_System_Int32_" data-uid="GrapeCity.ActiveReports.Drawing.TextMetrics.#ctor(System.Single,System.Single,System.Int32,System.Int32,System.Boolean,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.TextMetrics.-ctor.html#GrapeCity_ActiveReports_Drawing_TextMetrics__ctor_System_Single_System_Single_System_Int32_System_Int32_System_Boolean_System_Int32_">TextMetrics(float, float, int, int, bool, int)</a>
        </td>
        <td class="markdown level1 summary"></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_TextMetrics_CharsFitted" data-uid="GrapeCity.ActiveReports.Drawing.TextMetrics.CharsFitted">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.TextMetrics.CharsFitted.html">CharsFitted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of characters fitted within the text layout.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_TextMetrics_FirstSplitPosition" data-uid="GrapeCity.ActiveReports.Drawing.TextMetrics.FirstSplitPosition">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.TextMetrics.FirstSplitPosition.html">FirstSplitPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the first split in the text layout.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_TextMetrics_Fitted" data-uid="GrapeCity.ActiveReports.Drawing.TextMetrics.Fitted">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.TextMetrics.Fitted.html">Fitted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the text was fully fitted within the layout.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_TextMetrics_Height" data-uid="GrapeCity.ActiveReports.Drawing.TextMetrics.Height">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.TextMetrics.Height.html">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the text layout.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_TextMetrics_LinesFilled" data-uid="GrapeCity.ActiveReports.Drawing.TextMetrics.LinesFilled">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.TextMetrics.LinesFilled.html">LinesFilled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of lines filled by the text layout.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_TextMetrics_Width" data-uid="GrapeCity.ActiveReports.Drawing.TextMetrics.Width">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.TextMetrics.Width.html">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the text layout.</p>
</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>
