Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/lib_ui/
H A Dmod.rs1 pub mod font; module
H A Dtextui.rs428 let font: Font = Font::get_font(self.c.unwrap_or(' ')); in textui_refresh_character() localVariable
457 let font = Font::get_font(self.c.unwrap_or(' ')); in no_init_textui_render_chromatic() localVariable
/DragonOS/kernel/src/libs/
H A Dmod.rs28 pub mod font; module
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dframebuffer_console.rs201 let font = FontDesc::get_default_font(var.xres, var.yres, 0, 0); in con_init() localVariable
/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dvirtual_console.rs85 pub font: ConsoleFont, field