CanvasTextAnalyzer Constructor (String, CanvasTextDirection, CanvasNumberSubstitution, CanvasVerticalGlyphOrientation, UInt32) |
Namespace: Microsoft.Graphics.Canvas.Text
public CanvasTextAnalyzer( string text, CanvasTextDirection textDirection, CanvasNumberSubstitution numberSubstitution, CanvasVerticalGlyphOrientation verticalGlyphOrientation, uint bidiLevel )
This constructor is for analyzing text where the number substitution, vertical glyph orientation, and bidi level are uniform within the text. For whenever that's not the case, use CanvasTextAnalyzer(String, CanvasTextDirection, ICanvasTextAnalyzerOptions)
It's valid to pass a zero-length string to this constructor.