Struct SKFontVerticalMetrics
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public readonly struct SKFontVerticalMetrics
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
SKFontVerticalMetrics(float, float, float, float)
public SKFontVerticalMetrics(float originX, float originY, float advance, float topSideBearing)
Parameters
originX float
originY float
advance float
topSideBearing float
Properties
Advance
public float Advance { get; }
Property Value
OriginX
public float OriginX { get; }
Property Value
OriginY
public float OriginY { get; }
Property Value
TopSideBearing
public float TopSideBearing { get; }