Home
last modified time | relevance | path

Searched defs:font (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.9/kernel/src/libs/lib_ui/
Dmod.rs1 pub mod font; module
Dtextui.rs396 let font: Font = Font::get_font(self.c.unwrap_or(' ')); in textui_refresh_character() localVariable
425 let font = Font::get_font(self.c.unwrap_or(' ')); in no_init_textui_render_chromatic() localVariable
/DragonOS-0.1.9/kernel/src/libs/
Dmod.rs29 pub mod font; module
/DragonOS-0.1.9/kernel/src/driver/video/fbdev/base/fbcon/
Dframebuffer_console.rs198 let font = FontDesc::get_default_font(var.xres, var.yres, 0, 0); in con_init() localVariable
/DragonOS-0.1.9/kernel/src/driver/tty/virtual_terminal/
Dvirtual_console.rs83 pub font: ConsoleFont, field