Class CharEntry
BMFont char entry — a single glyph's atlas position and rendering metrics.
public sealed record CharEntry : IEquatable<CharEntry>
- Inheritance
-
CharEntry
- Implements
- Inherited Members
Constructors
CharEntry(int, int, int, int, int, int, int, int, int, int)
BMFont char entry — a single glyph's atlas position and rendering metrics.
public CharEntry(int Id, int X, int Y, int Width, int Height, int XOffset, int YOffset, int XAdvance, int Page, int Channel = 15)
Parameters
Properties
Channel
public int Channel { get; init; }
Property Value
Height
public int Height { get; init; }
Property Value
Id
public int Id { get; init; }
Property Value
Page
public int Page { get; init; }
Property Value
Width
public int Width { get; init; }
Property Value
X
public int X { get; init; }
Property Value
XAdvance
public int XAdvance { get; init; }
Property Value
XOffset
public int XOffset { get; init; }
Property Value
Y
public int Y { get; init; }
Property Value
YOffset
public int YOffset { get; init; }