# C1.Framework.Drawing.Gdi.FontBuilder.Quality

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_Drawing_Gdi_FontBuilder_Quality_" data-uid="C1.Framework.Drawing.Gdi.FontBuilder.Quality*">Quality Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_Drawing_Gdi_FontBuilder_Quality_" data-uid="C1.Framework.Drawing.Gdi.FontBuilder.Quality*"></a>
<h4 id="C1_Framework_Drawing_Gdi_FontBuilder_Quality" data-uid="C1.Framework.Drawing.Gdi.FontBuilder.Quality">Quality</h4>
<div class="markdown level1 summary"><p>Get or set the output quality.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FontQuality Quality { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Quality As FontQuality</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Framework.Drawing.Gdi.FontQuality.html">FontQuality</a></td>
      <td><p>The <b>value</b> defines how carefully the graphics device interface (GDI) must attempt to match the logical-font
attributes to those of an actual physical font.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
