ICanvasTextAnalyzerOptions.GetNumberSubstitution Method |
Gets the number substitution for this character position, and the character count for this span which shares the same number substitution.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
SyntaxCanvasNumberSubstitution GetNumberSubstitution(
int characterIndex,
out int characterCount
)
Parameters
- characterIndex
- Type: System.Int32
- characterCount
- Type: System.Int32
Return Value
Type:
CanvasNumberSubstitution
See Also