toaruos/kernel/core/video/font.c

19 lines
204 B
C
Raw Normal View History

/*
* vim:tabstop=4
* vim:noexpandtab
*
* Standard VGA-like Alphanumeric Font
*/
char fb_font [][8] = {
/* _ */
{ 0x00,
0x00,
0x00,
0x00, /* 4 */
0x00,
0x00,
0x00,
0x00 } /* 8 */
};