]> Shamusworld >> Repos - apple2/blob - src/gui/font14pt.h
Removed GUI cruft, added 10 & 12pt fonts.
[apple2] / src / gui / font14pt.h
1 #ifndef __FONT14PT_H__
2 #define __FONT14PT_H__
3
4 #define FONT_WIDTH              8
5 #define FONT_HEIGHT             16
6
7 #include <stdint.h>
8
9 extern uint8_t font2[];
10
11 #endif  // __FONT14PT_H__
12