Bitmap Font Position class. More...
#include <font_system.h>
Public Attributes | |
unsigned int | glyph |
The glyph (0 denotes end of list). | |
int | height |
Font Height. | |
int | width |
Font Width. | |
int | x_increment |
X Increment when drawing. | |
int | x_offset |
X Offset when drawing. | |
int | x_pos |
Font X Position in the pixel buffer. | |
int | y_increment |
Y Increment when drawing. | |
int | y_offset |
Y Offset when drawing. | |
int | y_pos |
Font Y Position in the pixel buffer. |
Bitmap Font Position class.
unsigned int CL_Font_System_Position::glyph |
The glyph (0 denotes end of list).
Font Height.
Font Width.
X Increment when drawing.
X Offset when drawing.
Font X Position in the pixel buffer.
Y Increment when drawing.
Y Offset when drawing.
Font Y Position in the pixel buffer.