Lines Matching defs:font
104 /* font data */
313 * first font slot.
515 panic("vga_init_screen: no font");
517 printf("vga_init_screen: no font\n");
569 panic("vga_init: can't load console font");
613 * XXX maybe invalidate font in slot > 0, but this can
622 * XXX maybe validate builtin font shifted to slot 1 if
630 * Save the builtin font to memory. In case it got overwritten
685 * On some (most/all?) ATI cards, only font slot 0 is usable.
686 * vga_init_screen() might need font slot 0 for a non-default
687 * console font, so save the builtin VGA font to another font slot.
1325 * map directly to the iso-9 font
1328 /* U+0384 is at offset 0xb4 in the font */
1333 /* XXX more chars in the iso-9 font */
1370 _vga_mapchar(void *id, const struct egavga_font *font, int uni, u_int *index)
1373 switch (font->wsfont->encoding) {
1424 printf("_vga_mapchar: encoding=%d\n", font->wsfont->encoding);