#include <GRRLIB.h>
Data Fields | |
u8 | character |
Which character. | |
u8 | width |
Character width. | |
u8 | height |
Character height. | |
s8 | relx |
Horizontal offset according to cursor (-128 to 127). | |
s8 | rely |
Vertical offset according to cursor (-128 to 127). | |
u8 | shift |
Horizontal cursor shift after drawing the character. | |
u8 * | data |
Character data itself (uncompressed, 8 bits per pixel). |
u8 character |
Which character.
u8* data |
Character data itself (uncompressed, 8 bits per pixel).
u8 height |
Character height.
s8 relx |
Horizontal offset according to cursor (-128 to 127).
s8 rely |
Vertical offset according to cursor (-128 to 127).
u8 shift |
Horizontal cursor shift after drawing the character.
u8 width |
Character width.