PixelFontCharacter

Namespace: Murder.Core.Graphics
Assembly: Murder.dll

public class PixelFontCharacter

⭐ Constructors

public PixelFontCharacter()
public PixelFontCharacter(int character, Rectangle rectangle, int xOffset, int yOffset, int xAdvance)

Parameters
character int
rectangle Rectangle
xOffset int
yOffset int
xAdvance int

⭐ Properties

Character

public int Character;

Returns
int

Glyph

public Rectangle Glyph;

Returns
Rectangle

Kerning

public ImmutableDictionary<TKey, TValue> Kerning;

Returns
ImmutableDictionary<TKey, TValue>

Page

public int Page;

Returns
int

XAdvance

public int XAdvance;

Returns
int

XOffset

public int XOffset;

Returns
int

YOffset

public int YOffset;

Returns
int