Click or drag to resize
CanvasTextAnalyzer.GetScript Method (String)
Gets information about the script used by the text, applying the specified locale.

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, CanvasAnalyzedScript>> GetScript(
	string locale
)

Parameters

locale
Type: System.String

Return Value

Type: IReadOnlyList<KeyValuePair<CanvasCharacterRange, CanvasAnalyzedScript>>
See Also