Skip to main content

Struct HbGlyphPosition

Namespace: VelloSharp.Text
Assembly: VelloSharp.Text.dll

public readonly record struct HbGlyphPosition : IEquatable<HbGlyphPosition>

Implements

IEquatable<HbGlyphPosition>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

HbGlyphPosition(float, float, float, float)

public HbGlyphPosition(float XAdvance, float YAdvance, float XOffset, float YOffset)

Parameters

XAdvance float

YAdvance float

XOffset float

YOffset float

Properties

XAdvance

public float XAdvance { get; init; }

Property Value

float

XOffset

public float XOffset { get; init; }

Property Value

float

YAdvance

public float YAdvance { get; init; }

Property Value

float

YOffset

public float YOffset { get; init; }

Property Value

float