Struct SpriteFont.GlyphPosition
public record struct SpriteFont.GlyphPosition : IEquatable<SpriteFont.GlyphPosition>
- Implements
- Inherited Members
- Extension Methods
Constructors
GlyphPosition(Glyph, float, float, float, int, Vector2)
public GlyphPosition(Glyph Glyph, float X, float Y, float NextX, int Index, Vector2 AuxiliaryScaling)
Parameters
Properties
AuxiliaryScaling
public Vector2 AuxiliaryScaling { readonly get; set; }
Property Value
Glyph
public Glyph Glyph { readonly get; set; }
Property Value
Index
public int Index { readonly get; set; }
Property Value
NextX
public float NextX { readonly get; set; }
Property Value
Position
public Vector2 Position { get; }
Property Value
X
public float X { readonly get; set; }
Property Value
Y
public float Y { readonly get; set; }