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
Syntaxpublic CanvasGlyphMetrics[] GetGlyphMetrics(
int[] inputElements,
bool isSideways
)
Parameters
- inputElements
- Type:System.Int32[]
- isSideways
- Type: System.Boolean
Return Value
Type:
CanvasGlyphMetrics[]
See Also