# C1.Win.Document.Util.C1DXExportGraphics.DrawGlyphs

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Document_Util_C1DXExportGraphics_DrawGlyphs_" data-uid="C1.Win.Document.Util.C1DXExportGraphics.DrawGlyphs*">DrawGlyphs Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Document_Util_C1DXExportGraphics_DrawGlyphs_" data-uid="C1.Win.Document.Util.C1DXExportGraphics.DrawGlyphs*"></a>
<h4 id="C1_Win_Document_Util_C1DXExportGraphics_DrawGlyphs_C1_Interop_Point_C1_Util_DX_DirectWrite_GlyphRun_C1_Util_DX_DirectWrite_GlyphRunDescription_System_Drawing_Color_C1_Util_DX_DirectWrite_MeasuringMode_System_String_" data-uid="C1.Win.Document.Util.C1DXExportGraphics.DrawGlyphs(C1.Interop.Point,C1.Util.DX.DirectWrite.GlyphRun,C1.Util.DX.DirectWrite.GlyphRunDescription,System.Drawing.Color,C1.Util.DX.DirectWrite.MeasuringMode,System.String)">DrawGlyphs(Point, GlyphRun, GlyphRunDescription, Color, MeasuringMode, string)</h4>
<div class="markdown level1 summary"><p>Exactly draw glyphs run.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual void DrawGlyphs(Point pt, GlyphRun glyphRun, GlyphRunDescription glyphRunDescription, Color color, MeasuringMode measuringMode, string fontName)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub DrawGlyphs(pt As Point, glyphRun As GlyphRun, glyphRunDescription As GlyphRunDescription, color As Color, measuringMode As MeasuringMode, fontName As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">Point</span></td>
      <td><span class="parametername">pt</span></td>
      <td><p>The start point for draw glyphs.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">GlyphRun</span></td>
      <td><span class="parametername">glyphRun</span></td>
      <td><p>The draw glyphs run, see <span class="xref">C1.Util.DX.DirectWrite.GlyphRun</span>.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">GlyphRunDescription</span></td>
      <td><span class="parametername">glyphRunDescription</span></td>
      <td><p>The draw glyphs run description, see <span class="xref">C1.Util.DX.DirectWrite.GlyphRunDescription</span>.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">color</span></td>
      <td><p>The text (foreground) color.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">MeasuringMode</span></td>
      <td><span class="parametername">measuringMode</span></td>
      <td><p>The measuring mode, see <span class="xref">C1.Util.DX.DirectWrite.MeasuringMode</span>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">fontName</span></td>
      <td><p>The original font name.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
