add: tools: font_converter
This commit is contained in:
9
headers/font.h
Normal file
9
headers/font.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct font {
|
||||
uint32_t height;
|
||||
uint32_t width;
|
||||
char **bitmap;
|
||||
};
|
Reference in New Issue
Block a user