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

13 lines
169 B
C

#ifndef __FONT10PT_H__
#define __FONT10PT_H__
#define FONT_WIDTH 6
#define FONT_HEIGHT 11
#include <stdint.h>
extern uint8_t font10pt[];
#endif // __FONT10PT_H__