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