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
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.