#include <font_system.h>
Public Attributes | |
| unsigned int | glyph |
| The glyph (0 denotes end of list). | |
| int | x_pos |
| Font X Position in the pixel buffer. | |
| int | y_pos |
| Font Y Position in the pixel buffer. | |
| int | width |
| Font Width. | |
| int | height |
| Font Height. | |
| int | x_offset |
| X Offset when drawing. | |
| int | y_offset |
| Y Offset when drawing. | |
| int | x_increment |
| X Increment when drawing. | |
| int | y_increment |
| Y Increment when drawing. | |
|
|
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.
|
1.4.6