GRRLIB
4.4.1
|
Structure to hold the bytemap character information. More...
#include <grrlib.h>
Data Fields | |
u8 | width |
Character width. More... | |
u8 | height |
Character height. More... | |
s8 | relx |
Horizontal offset relative to cursor (-128 to 127). More... | |
s8 | rely |
Vertical offset relative to cursor (-128 to 127). More... | |
u8 | kerning |
Kerning (Horizontal cursor shift after drawing the character). | |
u8 * | data |
Character data (uncompressed, 8 bits per pixel). More... | |
Structure to hold the bytemap character information.
u8* data |
Character data (uncompressed, 8 bits per pixel).
u8 height |
Character height.
s8 relx |
Horizontal offset relative to cursor (-128 to 127).
s8 rely |
Vertical offset relative to cursor (-128 to 127).
u8 width |
Character width.