wip: good text support (scrolling not quite working rn)
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define FONT_SIZE 13
|
||||
|
||||
struct font {
|
||||
uint32_t height;
|
||||
uint32_t width;
|
||||
|
||||
Reference in New Issue
Block a user