00001 #ifndef __ARIAL_8PT_H__ 00002 #define __ARIAL_8PT_H__ 00003 00004 00005 /* Font data for Arial 8pt */ 00006 extern const uint8_t arial_8pt_char_bitmaps[]; 00007 extern const FONT_CHAR_INFO arial_8pt_char_descriptors[]; 00008 extern const FONT_INFO arial_8pt_font_info; 00009 00010 00011 #endif // __ARIAL_8PT_H__