Canvas graphics library
0.1.0
This library is developed to perform canvas graphics in memory buffers
|
#include <canvas_types.h>
Public Attributes | |
uint8_t | type |
font type: 0 - Fixed Font | |
uint8_t | width |
width in pixels | |
uint8_t | height |
height in pixels | |
uint8_t | ascii_offset |
ascii offset | |
Structure describes font format in memory
Definition at line 119 of file canvas_types.h.