Struct VelloGlyph
Namespace: VelloSharp.Text
Assembly: VelloSharp.Text.dll
public readonly record struct VelloGlyph : IEquatable<VelloGlyph>
Implements
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
GlyphId
public uint GlyphId { get; init; }
Property Value
XAdvance
public float XAdvance { get; init; }
Property Value
XOffset
public float XOffset { get; init; }
Property Value
YAdvance
public float YAdvance { get; init; }
Property Value
YOffset
public float YOffset { get; init; }