# C1.Util.DX.DirectWrite.Factory.CreateGlyphRunAnalysis

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_DirectWrite_Factory_CreateGlyphRunAnalysis_" data-uid="C1.Util.DX.DirectWrite.Factory.CreateGlyphRunAnalysis*">CreateGlyphRunAnalysis Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_DirectWrite_Factory_CreateGlyphRunAnalysis_" data-uid="C1.Util.DX.DirectWrite.Factory.CreateGlyphRunAnalysis*"></a>
<h4 id="C1_Util_DX_DirectWrite_Factory_CreateGlyphRunAnalysis_C1_Util_DX_DirectWrite_GlyphRun_System_Single_System_Nullable_C1_Util_DX_Matrix3x2__C1_Util_DX_DirectWrite_RenderingMode_C1_Util_DX_DirectWrite_MeasuringMode_System_Single_System_Single_" data-uid="C1.Util.DX.DirectWrite.Factory.CreateGlyphRunAnalysis(C1.Util.DX.DirectWrite.GlyphRun,System.Single,System.Nullable{C1.Util.DX.Matrix3x2},C1.Util.DX.DirectWrite.RenderingMode,C1.Util.DX.DirectWrite.MeasuringMode,System.Single,System.Single)">CreateGlyphRunAnalysis(GlyphRun, float, Matrix3x2?, RenderingMode, MeasuringMode, float, float)</h4>
<div class="markdown level1 summary"><p>HRESULT IDWriteFactory::CreateGlyphRunAnalysis([In] const DWRITE_GLYPH_RUN* glyphRun,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] DWRITE_RENDERING_MODE renderingMode,[In] DWRITE_MEASURING_MODE measuringMode,[In] float baselineOriginX,[In] float baselineOriginY,[Out, Fast] IDWriteGlyphRunAnalysis** glyphRunAnalysis)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public GlyphRunAnalysis CreateGlyphRunAnalysis(GlyphRun glyphRun, float pixelsPerDip, Matrix3x2? transform, RenderingMode renderingMode, MeasuringMode measuringMode, float baselineOriginX, float baselineOriginY)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CreateGlyphRunAnalysis(glyphRun As GlyphRun, pixelsPerDip As Single, transform As Matrix3x2?, renderingMode As RenderingMode, measuringMode As MeasuringMode, baselineOriginX As Single, baselineOriginY As Single) As GlyphRunAnalysis</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><a class="xref" href="C1.Util.DX.DirectWrite.GlyphRun.html">GlyphRun</a></td>
      <td><span class="parametername">glyphRun</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">pixelsPerDip</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Matrix3x2.html">Matrix3x2</a>?</td>
      <td><span class="parametername">transform</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DirectWrite.RenderingMode.html">RenderingMode</a></td>
      <td><span class="parametername">renderingMode</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DirectWrite.MeasuringMode.html">MeasuringMode</a></td>
      <td><span class="parametername">measuringMode</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">baselineOriginX</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">baselineOriginY</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DirectWrite.GlyphRunAnalysis.html">GlyphRunAnalysis</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
