Searched defs:console_font (Results 1 – 3 of 3) sorted by relevance
140 struct console_font { struct141 unsigned int width, height;142 unsigned int charcount;143 unsigned char *data;
152 struct console_font { struct153 unsigned int width, height;154 unsigned int charcount;155 unsigned char * data;
167 struct console_font { struct168 unsigned int width, height; /* font size */169 unsigned int charcount;170 unsigned char *data; /* font data with height fixed to 32 */