Struct HbGlyphInfo
Namespace: VelloSharp.Text
Assembly: VelloSharp.Text.dll
public readonly record struct HbGlyphInfo : IEquatable<HbGlyphInfo>
Implements
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
GlyphId
public uint GlyphId { get; init; }