CanvasTextAnalyzer Constructor (String, CanvasTextDirection) |
Namespace: Microsoft.Graphics.Canvas.Text
public CanvasTextAnalyzer( string text, CanvasTextDirection textDirection )
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.