# GrapeCity.Documents.Svg.SvgTextRendering

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgTextRendering" data-uid="GrapeCity.Documents.Svg.SvgTextRendering" class="text-break">SvgTextRendering Enum
</h1>
  <div class="markdown level0 summary"><p>Provides a hint to the implementation about what tradeoffs to make as it renders text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgTextRendering_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgTextRendering</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgTextRendering</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_Documents_Svg_SvgTextRendering_Auto">Auto</td>
        <td><p>Indicates that the user agent shall make appropriate tradeoffs to balance speed, legibility and geometric precision,
but with legibility given more importance than speed and geometric precision.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextRendering_GeometricPrecision">GeometricPrecision</td>
        <td><p>Indicates that the user agent shall emphasize geometric precision over legibility and rendering speed. This option
will usually cause the user agent to suspend the use of hinting so that glyph outlines are drawn with comparable
geometric precision to the rendering of path data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextRendering_OptimizeLegibility">OptimizeLegibility</td>
        <td><p>Indicates that the user agent shall emphasize legibility over rendering speed and geometric precision. The user agent
will often choose whether to apply anti-aliasing techniques, built-in font hinting or both to produce the most legible text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextRendering_OptimizeSpeed">OptimizeSpeed</td>
        <td><p>Indicates that the user agent shall emphasize rendering speed over legibility and geometric precision. This option
will sometimes cause the user agent to turn off text anti-aliasing.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
