15 lines
313 B
C
15 lines
313 B
C
/* Font data for Lucida Console 16pt */
|
|
#ifndef LUCIDA16PT
|
|
#define LUCIDA16PT
|
|
|
|
#include <stdlib.h>
|
|
#include <stdint.h>
|
|
|
|
#include "font.h"
|
|
|
|
//extern const uint8_t lucidaConsole_16ptBitmaps[];
|
|
extern const FONT_INFO lucidaConsole_16ptFontInfo;
|
|
//extern const FONT_CHAR_INFO lucidaConsole_16ptDescriptors[];
|
|
|
|
#endif
|