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

13 lines
169 B
C

#ifndef __FONT12PT_H__
#define __FONT12PT_H__
#define FONT_WIDTH 7
#define FONT_HEIGHT 12
#include <stdint.h>
extern uint8_t font12pt[];
#endif // __FONT12PT_H__