Click or drag to resize
CanvasFontFace.GetGlyphMetrics 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:System.Int32[]
isSideways
Type: System.Boolean

Return Value

Type:CanvasGlyphMetrics[]
See Also