# C1.Util.DX.DirectWrite.TextRenderer1Base

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DirectWrite_TextRenderer1Base" data-uid="C1.Util.DX.DirectWrite.TextRenderer1Base" class="text-break">TextRenderer1Base Class
</h1>
  <div class="markdown level0 summary"><p>Default implementation of TextRenderer1.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Util.DX.DisposeBase.html">DisposeBase</a></div>
    <div class="level2"><a class="xref" href="C1.Util.DX.CallbackBase.html">CallbackBase</a></div>
    <div class="level3"><a class="xref" href="C1.Util.DX.DirectWrite.TextRendererBase.html">TextRendererBase</a></div>
    <div class="level4"><span class="xref">TextRenderer1Base</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Util.DX.DirectWrite.TextRenderer1.html">TextRenderer1</a></div>
    <div><a class="xref" href="C1.Util.DX.DirectWrite.TextRenderer.html">TextRenderer</a></div>
    <div><a class="xref" href="C1.Util.DX.DirectWrite.PixelSnapping.html">PixelSnapping</a></div>
    <div><a class="xref" href="C1.Util.DX.ICallbackable.html">ICallbackable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </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.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_DirectWrite_TextRenderer1Base_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TextRenderer1Base : TextRendererBase, TextRenderer1, TextRenderer, PixelSnapping, ICallbackable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TextRenderer1Base
    Inherits TextRendererBase
    Implements TextRenderer1, TextRenderer, PixelSnapping, ICallbackable, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_TextRenderer1Base__ctor" data-uid="C1.Util.DX.DirectWrite.TextRenderer1Base.#ctor">
          <a class="xref" href="C1.Util.DX.DirectWrite.TextRenderer1Base.-ctor.html#C1_Util_DX_DirectWrite_TextRenderer1Base__ctor">TextRenderer1Base()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_TextRenderer1Base_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.TextRenderer1Base.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.TextRenderer1Base.DrawGlyphRun.html#C1_Util_DX_DirectWrite_TextRenderer1Base_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_TextRenderer1Base_DrawGlyphRun_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_MeasuringMode_C1_Util_DX_DirectWrite_GlyphRun_C1_Util_DX_DirectWrite_GlyphRunDescription_System_IntPtr_" data-uid="C1.Util.DX.DirectWrite.TextRenderer1Base.DrawGlyphRun(System.Object,System.Single,System.Single,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.TextRenderer1Base.DrawGlyphRun.html#C1_Util_DX_DirectWrite_TextRenderer1Base_DrawGlyphRun_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_MeasuringMode_C1_Util_DX_DirectWrite_GlyphRun_C1_Util_DX_DirectWrite_GlyphRunDescription_System_IntPtr_">DrawGlyphRun(object, float, float, 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_TextRenderer1Base_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.TextRenderer1Base.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.TextRenderer1Base.DrawInlineObject.html#C1_Util_DX_DirectWrite_TextRenderer1Base_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_TextRenderer1Base_DrawInlineObject_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_InlineObject_System_Boolean_System_Boolean_System_IntPtr_" data-uid="C1.Util.DX.DirectWrite.TextRenderer1Base.DrawInlineObject(System.Object,System.Single,System.Single,C1.Util.DX.DirectWrite.InlineObject,System.Boolean,System.Boolean,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.DirectWrite.TextRenderer1Base.DrawInlineObject.html#C1_Util_DX_DirectWrite_TextRenderer1Base_DrawInlineObject_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_InlineObject_System_Boolean_System_Boolean_System_IntPtr_">DrawInlineObject(object, float, float, 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_TextRenderer1Base_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.TextRenderer1Base.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.TextRenderer1Base.DrawStrikethrough.html#C1_Util_DX_DirectWrite_TextRenderer1Base_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_TextRenderer1Base_DrawStrikethrough_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_Strikethrough__System_IntPtr_" data-uid="C1.Util.DX.DirectWrite.TextRenderer1Base.DrawStrikethrough(System.Object,System.Single,System.Single,C1.Util.DX.DirectWrite.Strikethrough@,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.DirectWrite.TextRenderer1Base.DrawStrikethrough.html#C1_Util_DX_DirectWrite_TextRenderer1Base_DrawStrikethrough_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_Strikethrough__System_IntPtr_">DrawStrikethrough(object, float, float, 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_TextRenderer1Base_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.TextRenderer1Base.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.TextRenderer1Base.DrawUnderline.html#C1_Util_DX_DirectWrite_TextRenderer1Base_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>
      <tr>
        <td id="C1_Util_DX_DirectWrite_TextRenderer1Base_DrawUnderline_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_Underline__System_IntPtr_" data-uid="C1.Util.DX.DirectWrite.TextRenderer1Base.DrawUnderline(System.Object,System.Single,System.Single,C1.Util.DX.DirectWrite.Underline@,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.DirectWrite.TextRenderer1Base.DrawUnderline.html#C1_Util_DX_DirectWrite_TextRenderer1Base_DrawUnderline_System_Object_System_Single_System_Single_C1_Util_DX_DirectWrite_Underline__System_IntPtr_">DrawUnderline(object, float, float, 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>
