# C1.Win.Document.Util.C1DXGraphics.DrawGlyphs

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Document_Util_C1DXGraphics_DrawGlyphs_" data-uid="C1.Win.Document.Util.C1DXGraphics.DrawGlyphs*">DrawGlyphs Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Document_Util_C1DXGraphics_DrawGlyphs_" data-uid="C1.Win.Document.Util.C1DXGraphics.DrawGlyphs*"></a>
<h4 id="C1_Win_Document_Util_C1DXGraphics_DrawGlyphs_GrapeCity_Documents_Text_Font_System_UInt16___System_Single___System_String___System_Int32_System_Drawing_Color_System_Numerics_Matrix3x2_" data-uid="C1.Win.Document.Util.C1DXGraphics.DrawGlyphs(GrapeCity.Documents.Text.Font,System.UInt16[],System.Single[],System.String[],System.Int32,System.Drawing.Color,System.Numerics.Matrix3x2)">DrawGlyphs(Font, ushort[], float[], string[], int, Color, Matrix3x2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override void DrawGlyphs(Font font, ushort[] glyphs, float[] glyphAdvances, string[] glyphUtf16, int length, Color color, Matrix3x2 matrix)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub DrawGlyphs(font As Font, glyphs As UShort(), glyphAdvances As Single(), glyphUtf16 As String(), length As Integer, color As Color, matrix As Matrix3x2)</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">Font</span></td>
      <td><span class="parametername">font</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint16">ushort</a>[]</td>
      <td><span class="parametername">glyphs</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>[]</td>
      <td><span class="parametername">glyphAdvances</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
      <td><span class="parametername">glyphUtf16</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">length</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">Matrix3x2</span></td>
      <td><span class="parametername">matrix</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
