Click or drag to resize
ICanvasTextRenderer.DrawGlyphRun 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.Numerics.Vector2
fontFace
Type: Microsoft.Graphics.Canvas.Text.CanvasFontFace
fontSize
Type: System.Single
glyphs
Type:Microsoft.Graphics.Canvas.Text.CanvasGlyph[]
isSideways
Type: System.Boolean
bidiLevel
Type: System.UInt32
brush
Type: System.Object
measuringMode
Type: Microsoft.Graphics.Canvas.Text.CanvasTextMeasuringMode
localeName
Type: System.String
textString
Type: System.String
clusterMapIndices
Type:System.Int32[]
characterIndex
Type: System.UInt32
glyphOrientation
Type: Microsoft.Graphics.Canvas.Text.CanvasGlyphOrientation
See Also