Click or drag to resize
CanvasTextAnalyzerGetScript 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: SystemString

Return Value

Type: IReadOnlyListKeyValuePairCanvasCharacterRange, CanvasAnalyzedScript
See Also