Searched defs:font (Results 1 – 5 of 5) sorted by relevance
1 pub mod font; module
428 let font: Font = Font::get_font(self.c.unwrap_or(' ')); in textui_refresh_character() localVariable457 let font = Font::get_font(self.c.unwrap_or(' ')); in no_init_textui_render_chromatic() localVariable
28 pub mod font; module
201 let font = FontDesc::get_default_font(var.xres, var.yres, 0, 0); in con_init() localVariable
85 pub font: ConsoleFont, field