Table of Contents

Struct SpriteFont.GlyphPosition

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll
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

Glyph Glyph
X float
Y float
NextX float
Index int
AuxiliaryScaling Vector2

Properties

AuxiliaryScaling

public Vector2 AuxiliaryScaling { readonly get; set; }

Property Value

Vector2

Glyph

public Glyph Glyph { readonly get; set; }

Property Value

Glyph

Index

public int Index { readonly get; set; }

Property Value

int

NextX

public float NextX { readonly get; set; }

Property Value

float

Position

public Vector2 Position { get; }

Property Value

Vector2

X

public float X { readonly get; set; }

Property Value

float

Y

public float Y { readonly get; set; }

Property Value

float