Table of Contents

Struct GlyphPosition

Namespace
Xui.Runtime.Software.Font
Assembly
Xui.Runtime.Software.dll
public readonly record struct GlyphPosition : IEquatable<GlyphPosition>
Implements
Inherited Members

Constructors

GlyphPosition(int, float, float)

public GlyphPosition(int GlyphId, float X, float Y)

Parameters

GlyphId int
X float
Y float

Properties

GlyphId

public int GlyphId { get; init; }

Property Value

int

X

public float X { get; init; }

Property Value

float

Y

public float Y { get; init; }

Property Value

float