# C1.Util.DX.DirectWrite.TextAnalysisQuickSink

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DirectWrite_TextAnalysisQuickSink" data-uid="C1.Util.DX.DirectWrite.TextAnalysisQuickSink" class="text-break">TextAnalysisQuickSink Interface
</h1>
  <div class="markdown level0 summary"><p>IDWriteTextAnalysisSink</p>
</div>
  <div class="markdown level0 conceptual"></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_TextAnalysisQuickSink_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;5810cd44-0ca0-4701-b3fa-bec5182ae4f6&quot;)]
[Shadow(typeof(TextAnalysisQuickSinkShadow))]
public interface TextAnalysisQuickSink : ICallbackable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Guid(&quot;5810cd44-0ca0-4701-b3fa-bec5182ae4f6&quot;)&gt;
&lt;Shadow(GetType(TextAnalysisQuickSinkShadow))&gt;
Public Interface TextAnalysisQuickSink
    Inherits ICallbackable, IDisposable</code></pre>
  </div>
  <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_TextAnalysisQuickSink_SetBidiLevel_System_Int32_System_Int32_System_Byte_System_Byte_" data-uid="C1.Util.DX.DirectWrite.TextAnalysisQuickSink.SetBidiLevel(System.Int32,System.Int32,System.Byte,System.Byte)">
          <a class="xref" href="C1.Util.DX.DirectWrite.TextAnalysisQuickSink.SetBidiLevel.html#C1_Util_DX_DirectWrite_TextAnalysisQuickSink_SetBidiLevel_System_Int32_System_Int32_System_Byte_System_Byte_">SetBidiLevel(int, int, byte, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a bidirectional level on the range, which is  called once per  run change (either explicit or resolved implicit).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_TextAnalysisQuickSink_SetLineBreakpoints_System_Int32_System_Int32_System_IntPtr_" data-uid="C1.Util.DX.DirectWrite.TextAnalysisQuickSink.SetLineBreakpoints(System.Int32,System.Int32,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.DirectWrite.TextAnalysisQuickSink.SetLineBreakpoints.html#C1_Util_DX_DirectWrite_TextAnalysisQuickSink_SetLineBreakpoints_System_Int32_System_Int32_System_IntPtr_">SetLineBreakpoints(int, int, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets line-break opportunities for each character, starting from the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_TextAnalysisQuickSink_SetNumberSubstitution_System_Int32_System_Int32_System_IntPtr_" data-uid="C1.Util.DX.DirectWrite.TextAnalysisQuickSink.SetNumberSubstitution(System.Int32,System.Int32,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.DirectWrite.TextAnalysisQuickSink.SetNumberSubstitution.html#C1_Util_DX_DirectWrite_TextAnalysisQuickSink_SetNumberSubstitution_System_Int32_System_Int32_System_IntPtr_">SetNumberSubstitution(int, int, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the number substitution on the text range affected by the text analysis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_TextAnalysisQuickSink_SetScriptAnalysis_System_Int32_System_Int32_System_IntPtr_" data-uid="C1.Util.DX.DirectWrite.TextAnalysisQuickSink.SetScriptAnalysis(System.Int32,System.Int32,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.DirectWrite.TextAnalysisQuickSink.SetScriptAnalysis.html#C1_Util_DX_DirectWrite_TextAnalysisQuickSink_SetScriptAnalysis_System_Int32_System_Int32_System_IntPtr_">SetScriptAnalysis(int, int, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Reports script analysis for the specified text range.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
