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