# GrapeCity.ActiveReports.Drawing.TextRenderingHintEx

## Content

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




  <h1 id="GrapeCity_ActiveReports_Drawing_TextRenderingHintEx" data-uid="GrapeCity.ActiveReports.Drawing.TextRenderingHintEx" class="text-break">TextRenderingHintEx Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the text rendering quality.</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_TextRenderingHintEx_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[CLSCompliant(true)]
public enum TextRenderingHintEx</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_TextRenderingHintEx_AntiAlias">AntiAlias</td>
        <td><p>Specifies characters are drawn using antialiased glyph bitmaps without hinting. Improves quality but with performance cost.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_TextRenderingHintEx_AntiAliasGridFit">AntiAliasGridFit</td>
        <td><p>Specifies characters are drawn using antialiased glyph bitmaps with hinting. Improves quality but with performance cost.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_TextRenderingHintEx_ClearTypeGridFit">ClearTypeGridFit</td>
        <td><p>Specifies characters are drawn using glyph CT bitmap with hinting. Highest quality rendering but with performance costs. Takes advantage of ClearType font features.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_TextRenderingHintEx_SingleBitPerPixel">SingleBitPerPixel</td>
        <td><p>Specifies characters are drawn using its glyph bitmp with no hinting used.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_TextRenderingHintEx_SingleBitPerPixelGridFit">SingleBitPerPixelGridFit</td>
        <td><p>Specifies characters are drawn using its glyph bitmap with hinting used to improve stms and curvature appearance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_TextRenderingHintEx_SystemDefault">SystemDefault</td>
        <td><p>Specifies characters are drawn using its glyph bitmap using the user's system font smoothing settings.</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>
