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