7 lines
292 B
C
7 lines
292 B
C
#include "FontTypes.h"
|
|
|
|
// Font data for Tahoma 16pt
|
|
extern const uint8_t tahoma_24ptBitmaps[] PROGMEM; // stored in program flash memory
|
|
extern const FONT_CHAR_INFO tahoma_24ptDescriptors[] PROGMEM; // stored in program flash memory
|
|
extern const FONT_INFO tahoma_24ptFontInfo;
|
|
|