Click or drag to resize
ICanvasTextRendererDrawGlyphRun Method
Signals to the app that it should draw a sequence of identically-formatted text characters.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
void DrawGlyphRun(
	Vector2 point,
	CanvasFontFace fontFace,
	float fontSize,
	CanvasGlyph[] glyphs,
	bool isSideways,
	uint bidiLevel,
	Object brush,
	CanvasTextMeasuringMode measuringMode,
	string localeName,
	string textString,
	int[] clusterMapIndices,
	uint characterIndex,
	CanvasGlyphOrientation glyphOrientation
)

Parameters

point
Type: System.NumericsVector2
fontFace
Type: Microsoft.Graphics.Canvas.TextCanvasFontFace
fontSize
Type: SystemSingle
glyphs
Type: Microsoft.Graphics.Canvas.TextCanvasGlyph
isSideways
Type: SystemBoolean
bidiLevel
Type: SystemUInt32
brush
Type: SystemObject
measuringMode
Type: Microsoft.Graphics.Canvas.TextCanvasTextMeasuringMode
localeName
Type: SystemString
textString
Type: SystemString
clusterMapIndices
Type: SystemInt32
characterIndex
Type: SystemUInt32
glyphOrientation
Type: Microsoft.Graphics.Canvas.TextCanvasGlyphOrientation
See Also