Searched defs:console_font (Results 1 – 1 of 1) sorted by relevance
166 struct console_font { struct167 unsigned int width, height; /* font size */168 unsigned int charcount;169 unsigned char *data; /* font data with height fixed to 32 */