#include <font.h>
Public Member Functions | |
| CL_FontPixelBuffer () | |
Public Attributes | |
| unsigned int | glyph |
| Glyph this pixel buffer refers to. 0 = Glyph if not valid. | |
| bool | empty_buffer |
| True when the pixel buffer is empty. | |
| CL_PixelBuffer | buffer |
| The pixel buffer containing the glyph. | |
| CL_Point | offset |
| Offset to draw the font to buffer. | |
| CL_Point | increment |
| Increment to draw the next glyph. | |
|
|
|
|
|
The pixel buffer containing the glyph.
|
|
|
True when the pixel buffer is empty.
|
|
|
Glyph this pixel buffer refers to. 0 = Glyph if not valid.
|
|
|
Increment to draw the next glyph. For example: pos_x += pixelbuffer.increment.x; pos_y += pixelbuffer.increment.y; |
|
|
Offset to draw the font to buffer. For example: x = pos_x + pixelbuffer.offset.x y = pos_y + pixelbuffer.offset.y |
1.4.6