|
EasyGUI
|
GUI FONT character information. More...
#include <gui_defs.h>
Data Fields | |
| uint8_t | x_size |
| uint8_t | y_size |
| uint8_t | x_pos |
| uint8_t | y_pos |
| uint8_t | x_margin |
| const uint8_t * | data |
GUI FONT character information.
| const uint8_t* data |
Pointer to actual data for font
| uint8_t x_margin |
Right margin after character in units of pixels. Should be set to 0 if unknown
| uint8_t x_pos |
Character relative x offset in units of pixels
| uint8_t x_size |
Character x size in units of pixels
| uint8_t y_pos |
Character relative y offset in units of pixels
| uint8_t y_size |
Character y size in units of pixels