# FONT.H -- Font definitions. define CHARACTER_START 32 define CHARACTER_END 126 define CHARACTER_HEIGHT 26 define CHARACTER_WIDTH 17 define FONT_LEFT 0 define FONT_CENTER 9 define FONT_RIGHT 27 define FONT_TOP 36 define FONT_CAP 34 define FONT_HALF 23 define FONT_BASE 9 define FONT_BOTTOM 0 define FONT_WIDTH 27 define FONT_HEIGHT 36 define COORD_X_START 7 define COORD_Y_START 1 define COORD_PEN_START 13 define COORD_X_LEN 6 define COORD_Y_LEN 6 define COORD_PEN_LEN 1 define PAINT_BEGIN_START 14 define PAINT_END_START 15 define PAINT_BEGIN_LEN 1 define PAINT_END_LEN 1