toaruos/kernel/core/video/font.c
2011-03-26 21:36:49 -05:00

19 lines
204 B
C

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