[]
IDWriteTextAnalysisSource
[Guid("688e1a58-5094-47c8-adc8-fbcea60ae92b")]
[Shadow(typeof(TextAnalysisSourceShadow))]
public interface TextAnalysisSource : ICallbackable, IDisposable
| Name | Description |
|---|---|
| ReadingDirection | Gets the paragraph reading direction. |
| Name | Description |
|---|---|
| GetLocaleName(int, out int) | Gets the locale name on the range affected by the text analysis. |
| GetNumberSubstitution(int, out int) | Gets the number substitution from the text range affected by the text analysis. |
| GetTextAtPosition(int) | Gets a block of text starting at the specified text position. |
| GetTextBeforePosition(int) | Gets a block of text immediately preceding the specified position. |