]> Shamusworld >> Repos - apple2/blob - src/gui/font14pt.h
79cd1634664d0a7c13d3a1b572210d4eeae7a1ea
[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 extern char font2[];
8
9 #endif  // __FONT14PT_H__
10