# C1.Util.DX.DirectWrite.TextRenderer1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DirectWrite_TextRenderer1" data-uid="C1.Util.DX.DirectWrite.TextRenderer1" class="text-break">TextRenderer1 Interface
</h1>
  <div class="markdown level0 summary"><p>IDWriteTextRenderer1</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.DirectWrite.html">C1.Util.DX.DirectWrite</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.4.8.dll</h6>
  <h5 id="C1_Util_DX_DirectWrite_TextRenderer1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;D3E0E934-22A0-427E-AAE4-7D9574B59DB1&quot;)]
[Shadow(typeof(TextRenderer1Shadow))]
public interface TextRenderer1 : TextRenderer, PixelSnapping, ICallbackable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Guid(&quot;D3E0E934-22A0-427E-AAE4-7D9574B59DB1&quot;)&gt;
&lt;Shadow(GetType(TextRenderer1Shadow))&gt;
Public Interface TextRenderer1
    Inherits TextRenderer, PixelSnapping, ICallbackable, IDisposable</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_DirectWrite_TextRenderer1_DrawGlyphRun_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_GlyphOrientationAngle_C1_Util_DX_DirectWrite_MeasuringMode_C1_Util_DX_DirectWrite_GlyphRun_C1_Util_DX_DirectWrite_GlyphRunDescription_System_IntPtr_" data-uid="C1.Util.DX.DirectWrite.TextRenderer1.DrawGlyphRun(System.Object,System.Single,System.Single,C1.Util.DX.DirectWrite.GlyphOrientationAngle,C1.Util.DX.DirectWrite.MeasuringMode,C1.Util.DX.DirectWrite.GlyphRun,C1.Util.DX.DirectWrite.GlyphRunDescription,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.DirectWrite.TextRenderer1.DrawGlyphRun.html#C1_Util_DX_DirectWrite_TextRenderer1_DrawGlyphRun_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_GlyphOrientationAngle_C1_Util_DX_DirectWrite_MeasuringMode_C1_Util_DX_DirectWrite_GlyphRun_C1_Util_DX_DirectWrite_GlyphRunDescription_System_IntPtr_">DrawGlyphRun(object, float, float, GlyphOrientationAngle, MeasuringMode, GlyphRun, GlyphRunDescription, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>IDWriteTextLayout::Draw calls this function to instruct the client to render a run of glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_TextRenderer1_DrawInlineObject_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_GlyphOrientationAngle_C1_Util_DX_DirectWrite_InlineObject_System_Boolean_System_Boolean_System_IntPtr_" data-uid="C1.Util.DX.DirectWrite.TextRenderer1.DrawInlineObject(System.Object,System.Single,System.Single,C1.Util.DX.DirectWrite.GlyphOrientationAngle,C1.Util.DX.DirectWrite.InlineObject,System.Boolean,System.Boolean,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.DirectWrite.TextRenderer1.DrawInlineObject.html#C1_Util_DX_DirectWrite_TextRenderer1_DrawInlineObject_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_GlyphOrientationAngle_C1_Util_DX_DirectWrite_InlineObject_System_Boolean_System_Boolean_System_IntPtr_">DrawInlineObject(object, float, float, GlyphOrientationAngle, InlineObject, bool, bool, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>IDWriteTextLayout::Draw calls this application callback when it needs to draw an inline object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_TextRenderer1_DrawStrikethrough_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_GlyphOrientationAngle_C1_Util_DX_DirectWrite_Strikethrough__System_IntPtr_" data-uid="C1.Util.DX.DirectWrite.TextRenderer1.DrawStrikethrough(System.Object,System.Single,System.Single,C1.Util.DX.DirectWrite.GlyphOrientationAngle,C1.Util.DX.DirectWrite.Strikethrough@,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.DirectWrite.TextRenderer1.DrawStrikethrough.html#C1_Util_DX_DirectWrite_TextRenderer1_DrawStrikethrough_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_GlyphOrientationAngle_C1_Util_DX_DirectWrite_Strikethrough__System_IntPtr_">DrawStrikethrough(object, float, float, GlyphOrientationAngle, ref Strikethrough, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>IDWriteTextLayout::Draw calls this function to instruct the client to draw a strikethrough.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_TextRenderer1_DrawUnderline_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_GlyphOrientationAngle_C1_Util_DX_DirectWrite_Underline__System_IntPtr_" data-uid="C1.Util.DX.DirectWrite.TextRenderer1.DrawUnderline(System.Object,System.Single,System.Single,C1.Util.DX.DirectWrite.GlyphOrientationAngle,C1.Util.DX.DirectWrite.Underline@,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.DirectWrite.TextRenderer1.DrawUnderline.html#C1_Util_DX_DirectWrite_TextRenderer1_DrawUnderline_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_GlyphOrientationAngle_C1_Util_DX_DirectWrite_Underline__System_IntPtr_">DrawUnderline(object, float, float, GlyphOrientationAngle, ref Underline, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>IDWriteTextLayout::Draw calls this function to instruct the client to draw an underline.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
