Click or drag to resize
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
C#
public IReadOnlyList<KeyValuePair<CanvasCharacterRange, CanvasAnalyzedGlyphOrientation>> GetGlyphOrientations(
	string locale
)

Parameters

locale
Type: SystemString

Return Value

Type: IReadOnlyListKeyValuePairCanvasCharacterRange, CanvasAnalyzedGlyphOrientation
See Also