Glyph

Information about a single character

Members

Functions

draw
void draw(Vec2f position, int scale, Color color, float alpha)
void draw(Vec2f position, float scale, Color color, float alpha)

Render glyph

Properties

advance
int advance [@property getter]

Width to advance cursor from previous position.

exists
bool exists [@property getter]

Is the character defined ?

height
int height [@property getter]

Character size

offsetX
int offsetX [@property getter]
offsetY
int offsetY [@property getter]

Offset

width
int width [@property getter]

Character size

Meta