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 public CanvasGlyphMetrics[] GetGlyphMetrics(
int[] inputElements,
bool isSideways
)
Parameters
- inputElements
- Type: SystemInt32
- isSideways
- Type: SystemBoolean
Return Value
Type:
CanvasGlyphMetricsSee Also