SKPaint.GetFontMetrics Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetFontMetrics(SKFontMetrics) | |
GetFontMetrics(SKFontMetrics, Single) |
Obsolete.
Returns the font metrics and line spacing for the current typeface. |
GetFontMetrics(SKFontMetrics)
public float GetFontMetrics (out SkiaSharp.SKFontMetrics metrics);
Parameters
- metrics
- SKFontMetrics
Returns
Applies to
GetFontMetrics(SKFontMetrics, Single)
Caution
Use GetFontMetrics (out SKFontMetrics) instead.
Returns the font metrics and line spacing for the current typeface.
public float GetFontMetrics (out SkiaSharp.SKFontMetrics metrics, float scale = 0);
[System.Obsolete("Use GetFontMetrics (out SKFontMetrics) instead.")]
public float GetFontMetrics (out SkiaSharp.SKFontMetrics metrics, float scale);
Parameters
- metrics
- SKFontMetrics
The font metrics for the current typeface.
- scale
- Single
If not 0, return width as if the canvas were scaled by this value.
Returns
Returns the recommended spacing between lines.
- Attributes