[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.TextAnalysisQuickSource

TextAnalysisQuickSource Interface

IDWriteTextAnalysisSource

Namespace: C1.Util.DX.DirectWrite
Assembly: C1.Win.DX.10.dll
Syntax
[Guid("688e1a58-5094-47c8-adc8-fbcea60ae92b")]
[Shadow(typeof(TextAnalysisQuickSourceShadow))]
public interface TextAnalysisQuickSource : ICallbackable, IDisposable
<Guid("688e1a58-5094-47c8-adc8-fbcea60ae92b")>
<Shadow(GetType(TextAnalysisQuickSourceShadow))>
Public Interface TextAnalysisQuickSource
    Inherits ICallbackable, IDisposable

Methods

Name Description
GetLocaleName(int, out int, out nint)

Gets the locale name on the range affected by the text analysis.

GetNumberSubstitution(int, out int, out nint)

Gets the number substitution from the text range affected by the text analysis.

GetParagraphReadingDirection()

Gets the paragraph reading direction.

GetTextAtPosition(int, out nint, out int)

Gets a block of text starting at the specified text position.

GetTextBeforePosition(int, out nint, out int)

Gets a block of text immediately preceding the specified position.