mirror of
https://github.com/itomato/macusbdb.git
synced 2025-08-08 21:24:56 +00:00
7 lines
214 B
C
7 lines
214 B
C
#include "bitmapfonts.h"
|
|
|
|
/* Font data for Consolas 9pt */
|
|
extern const uint8_t consolas9ptCharBitmaps[];
|
|
extern const FONT_CHAR_INFO consolas9ptCharDescriptors[];
|
|
extern const FONT_INFO consolas9ptFontInfo;
|