Click or drag to resize
CanvasTextAnalyzerGetNumberSubstitutions Method
Gets which number substitutions are mapped to which character positions.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public IReadOnlyList<KeyValuePair<CanvasCharacterRange, CanvasNumberSubstitution>> GetNumberSubstitutions()

Return Value

Type: IReadOnlyListKeyValuePairCanvasCharacterRange, CanvasNumberSubstitution
Remarks
The locale which affects number substitution is affected solely by the locale set to the CanvasNumberSubstitution object. If an ICanvasTextAnalyzerOptions is used with this text analyzer, its GetLocaleName method is not called.
See Also