Skip to main content

Struct HbGlyphInfo

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

public readonly record struct HbGlyphInfo : IEquatable<HbGlyphInfo>

Implements

IEquatable<HbGlyphInfo>

Inherited Members

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

Constructors

HbGlyphInfo(uint, uint)

public HbGlyphInfo(uint GlyphId, uint Cluster)

Parameters

GlyphId uint

Cluster uint

Properties

Cluster

public uint Cluster { get; init; }

Property Value

uint

GlyphId

public uint GlyphId { get; init; }

Property Value

uint