[]
IDWriteTextAnalysisSink
[Guid("5810cd44-0ca0-4701-b3fa-bec5182ae4f6")]
[Shadow(typeof(TextAnalysisQuickSinkShadow))]
public interface TextAnalysisQuickSink : ICallbackable, IDisposable
Name | Description |
---|---|
SetBidiLevel(int, int, byte, byte) | Sets a bidirectional level on the range, which is called once per run change (either explicit or resolved implicit). |
SetLineBreakpoints(int, int, IntPtr) | Sets line-break opportunities for each character, starting from the specified position. |
SetNumberSubstitution(int, int, IntPtr) | Sets the number substitution on the text range affected by the text analysis. |
SetScriptAnalysis(int, int, IntPtr) | Reports script analysis for the specified text range. |