robmcmullen-apple2/src/gui/font14pt.h
2014-03-25 10:45:09 -05:00

13 lines
166 B
C

#ifndef __FONT14PT_H__
#define __FONT14PT_H__
#define FONT_WIDTH 8
#define FONT_HEIGHT 16
#include <stdint.h>
extern uint8_t font2[];
#endif // __FONT14PT_H__