Struct GlyphPosition
public readonly record struct GlyphPosition : IEquatable<GlyphPosition>
- Implements
- Inherited Members
Constructors
GlyphPosition(int, float, float)
public GlyphPosition(int GlyphId, float X, float Y)
Parameters
Properties
GlyphId
public int GlyphId { get; init; }
Property Value
X
public float X { get; init; }
Property Value
Y
public float Y { get; init; }