[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.TextAnalysisSink.SetNumberSubstitution

SetNumberSubstitution Method

SetNumberSubstitution(int, int, NumberSubstitution)

Sets the number substitution on the text range affected by the text analysis.

Declaration
void SetNumberSubstitution(int textPosition, int textLength, NumberSubstitution numberSubstitution)
Parameters
Type Name Description
int textPosition

The starting position from which to report.

int textLength

The number of UTF16 units of the reported range.

NumberSubstitution numberSubstitution

An object that holds the appropriate digits and numeric punctuation for a given locale. Use CreateNumberSubstitution(NumberSubstitutionMethod, string, Bool) to create this object.