Skip to main content

Struct VelloGlyph

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

public readonly record struct VelloGlyph : IEquatable<VelloGlyph>

Implements

IEquatable<VelloGlyph>

Inherited Members

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

Constructors

VelloGlyph(uint, uint, float, float, float, float)

public VelloGlyph(uint GlyphId, uint Cluster, float XAdvance, float YAdvance, float XOffset, float YOffset)

Parameters

GlyphId uint

Cluster uint

XAdvance float

YAdvance float

XOffset float

YOffset float

Properties

Cluster

public uint Cluster { get; init; }

Property Value

uint

GlyphId

public uint GlyphId { get; init; }

Property Value

uint

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