Skip to main content

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

float

OriginX

public float OriginX { get; }

Property Value

float

OriginY

public float OriginY { get; }

Property Value

float

TopSideBearing

public float TopSideBearing { get; }

Property Value

float