mirror of
https://github.com/itomato/macusbdb.git
synced 2025-08-09 12:24:57 +00:00
7 lines
218 B
C
7 lines
218 B
C
#include "bitmapfonts.h"
|
|
|
|
/* Font data for Consolas 11pt */
|
|
extern const uint8_t consolas11ptCharBitmaps[];
|
|
extern const FONT_CHAR_INFO consolas11ptCharDescriptors[];
|
|
extern const FONT_INFO consolas11ptFontInfo;
|