Struct HbVerticalGlyphMetrics
Namespace: VelloSharp.Text
Assembly: VelloSharp.Text.dll
public readonly record struct HbVerticalGlyphMetrics : IEquatable<HbVerticalGlyphMetrics>
Implements
IEquatable<HbVerticalGlyphMetrics>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
HbVerticalGlyphMetrics(float, float, float, float)
public HbVerticalGlyphMetrics(float Advance, float OriginX, float OriginY, float TopSideBearing)
Parameters
Advance float
OriginX float
OriginY float
TopSideBearing float
Properties
Advance
public float Advance { get; init; }
Property Value
Empty
public static HbVerticalGlyphMetrics Empty { get; }
Property Value
IsEmpty
public bool IsEmpty { get; }
Property Value
OriginX
public float OriginX { get; init; }
Property Value
OriginY
public float OriginY { get; init; }
Property Value
TopSideBearing
public float TopSideBearing { get; init; }