CanvasTextAnalyzerGetGlyphOrientations Method (String) |
Gets which glyph orientations 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 public IReadOnlyList<KeyValuePair<CanvasCharacterRange, CanvasAnalyzedGlyphOrientation>> GetGlyphOrientations(
string locale
)
Parameters
- locale
- Type: SystemString
Return Value
Type:
IReadOnlyListKeyValuePairCanvasCharacterRange,
CanvasAnalyzedGlyphOrientationSee Also