]> Shamusworld >> Repos - apple2/blob - src/gui/font12pt.h
Docs were missing GPLv3. Thanks to schampailler for the heads up. :-)
[apple2] / src / gui / font12pt.h
1 #ifndef __FONT12PT_H__
2 #define __FONT12PT_H__
3
4 #define FONT_WIDTH              7
5 #define FONT_HEIGHT             12
6
7 #include <stdint.h>
8
9 extern uint8_t font12pt[];
10
11 #endif  // __FONT12PT_H__
12