Click or drag to resize
CanvasTextAnalyzerGetGlyphs Method (CanvasCharacterRange, CanvasFontFace, Single, Boolean, Boolean, CanvasAnalyzedScript)
Gets the array of glyphs which comprise the text.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasGlyph[] GetGlyphs(
	CanvasCharacterRange characterRange,
	CanvasFontFace fontFace,
	float fontSize,
	bool isSideways,
	bool isRightToLeft,
	CanvasAnalyzedScript script
)

Parameters

characterRange
Type: Microsoft.Graphics.Canvas.TextCanvasCharacterRange
fontFace
Type: Microsoft.Graphics.Canvas.TextCanvasFontFace
fontSize
Type: SystemSingle
isSideways
Type: SystemBoolean
isRightToLeft
Type: SystemBoolean
script
Type: Microsoft.Graphics.Canvas.TextCanvasAnalyzedScript

Return Value

Type: CanvasGlyph
Remarks

Use the results from GetFonts and GetScript to obtain the font and script data for calling GetGlyphs.

See Also