Table of Contents

Struct TextLayout.GlyphPosition

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

Constructors

GlyphPosition(int, NFloat, NFloat)

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

Parameters

GlyphId int
X NFloat
Y NFloat

Properties

GlyphId

public int GlyphId { get; init; }

Property Value

int

X

public NFloat X { get; init; }

Property Value

NFloat

Y

public NFloat Y { get; init; }

Property Value

NFloat