# C1.Util.DX.DirectWrite.TextAnalyzer1.AnalyzeVerticalGlyphOrientation

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_DirectWrite_TextAnalyzer1_AnalyzeVerticalGlyphOrientation_" data-uid="C1.Util.DX.DirectWrite.TextAnalyzer1.AnalyzeVerticalGlyphOrientation*">AnalyzeVerticalGlyphOrientation Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_DirectWrite_TextAnalyzer1_AnalyzeVerticalGlyphOrientation_" data-uid="C1.Util.DX.DirectWrite.TextAnalyzer1.AnalyzeVerticalGlyphOrientation*"></a>
<h4 id="C1_Util_DX_DirectWrite_TextAnalyzer1_AnalyzeVerticalGlyphOrientation_C1_Util_DX_DirectWrite_TextAnalysisSource1_System_Int32_System_Int32_C1_Util_DX_DirectWrite_TextAnalysisSink1_" data-uid="C1.Util.DX.DirectWrite.TextAnalyzer1.AnalyzeVerticalGlyphOrientation(C1.Util.DX.DirectWrite.TextAnalysisSource1,System.Int32,System.Int32,C1.Util.DX.DirectWrite.TextAnalysisSink1)">AnalyzeVerticalGlyphOrientation(TextAnalysisSource1, int, int, TextAnalysisSink1)</h4>
<div class="markdown level1 summary"><p>Analyzes a text range for script orientation, reading text and attributes from the source and reporting results to the sink.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AnalyzeVerticalGlyphOrientation(TextAnalysisSource1 analysisSource, int textPosition, int textLength, TextAnalysisSink1 analysisSink)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AnalyzeVerticalGlyphOrientation(analysisSource As TextAnalysisSource1, textPosition As Integer, textLength As Integer, analysisSink As TextAnalysisSink1)</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.TextAnalysisSource1.html">TextAnalysisSource1</a></td>
      <td><span class="parametername">analysisSource</span></td>
      <td><p>Source object to analyze.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">textPosition</span></td>
      <td><p>Starting position within the source object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">textLength</span></td>
      <td><p>Length to analyze.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DirectWrite.TextAnalysisSink1.html">TextAnalysisSink1</a></td>
      <td><span class="parametername">analysisSink</span></td>
      <td><p>Length to analyze.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_DirectWrite_TextAnalyzer1_AnalyzeVerticalGlyphOrientation_" data-uid="C1.Util.DX.DirectWrite.TextAnalyzer1.AnalyzeVerticalGlyphOrientation*"></a>
<h4 id="C1_Util_DX_DirectWrite_TextAnalyzer1_AnalyzeVerticalGlyphOrientation_System_IntPtr_System_Int32_System_Int32_System_IntPtr_" data-uid="C1.Util.DX.DirectWrite.TextAnalyzer1.AnalyzeVerticalGlyphOrientation(System.IntPtr,System.Int32,System.Int32,System.IntPtr)">AnalyzeVerticalGlyphOrientation(nint, int, int, nint)</h4>
<div class="markdown level1 summary"><p>HRESULT IDWriteTextAnalyzer1::AnalyzeVerticalGlyphOrientation([In] IDWriteTextAnalysisSource1* analysisSource,[In] unsigned int textPosition,[In] unsigned int textLength,[In] IDWriteTextAnalysisSink1* analysisSink)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AnalyzeVerticalGlyphOrientation(nint analysisSource, int textPosition, int textLength, nint analysisSink)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AnalyzeVerticalGlyphOrientation(analysisSource As IntPtr, textPosition As Integer, textLength As Integer, analysisSink As IntPtr)</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="https://learn.microsoft.com/dotnet/api/system.intptr">nint</a></td>
      <td><span class="parametername">analysisSource</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">textPosition</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">textLength</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">nint</a></td>
      <td><span class="parametername">analysisSink</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
