# C1.Framework.Drawing.Gdi.FontClipPrecision

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Framework_Drawing_Gdi_FontClipPrecision" data-uid="C1.Framework.Drawing.Gdi.FontClipPrecision" class="text-break">FontClipPrecision Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the clip precision of font.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Drawing.Gdi.html">C1.Framework.Drawing.Gdi</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_Drawing_Gdi_FontClipPrecision_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum FontClipPrecision : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum FontClipPrecision As Byte</code></pre>
  </div>
  <h5 id="C1_Framework_Drawing_Gdi_FontClipPrecision_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The clipping precision defines how to clip characters that are partially outside the clipping region.</p>
</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="C1_Framework_Drawing_Gdi_FontClipPrecision_Character">Character</td>
        <td><p>Not used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontClipPrecision_Default">Default</td>
        <td><p>Specifies default clipping behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontClipPrecision_DefaultDisable">DefaultDisable</td>
        <td><p>Windows XP SP1: Turns off font association for the font.
Note that this flag is not guaranteed to have any effect on any platform after Windows Server 2003.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontClipPrecision_DefaultOverride">DefaultOverride</td>
        <td><p>Windows 2000: Turns off font association for the font. This is identical to DefaultDisable,
but it can have problems in some situations; the recommended flag to use is DefaultDisable.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontClipPrecision_Embedded">Embedded</td>
        <td><p>You must specify this flag to use an embedded read-only font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontClipPrecision_LeftHandAngles">LeftHandAngles</td>
        <td><p>
  When this value is used, the rotation for all fonts depends on whether the orientation of the 
  coordinate system is left-handed or right-handed.
</p>
<p>
  If not used, device fonts always rotate counterclockwise, but the rotation of other fonts is dependent 
  on the orientation of the coordinate system.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontClipPrecision_Mask">Mask</td>
        <td><p>Not used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontClipPrecision_Stroke">Stroke</td>
        <td><p>Not used by the font mapper, but is returned when raster, vector, or TrueType fonts are enumerated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_FontClipPrecision_TrueTypeAlways">TrueTypeAlways</td>
        <td><p>Not used.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
