Click or drag to resize
CanvasFontFaceGetGlyphMetrics Method
Gets the metrics and bounds of the glyphs that would get drawn in em units.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasGlyphMetrics[] GetGlyphMetrics(
	int[] inputElements,
	bool isSideways
)

Parameters

inputElements
Type: SystemInt32
isSideways
Type: SystemBoolean

Return Value

Type: CanvasGlyphMetrics
See Also