Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dmod.rs35 pub struct ConsoleFont { struct
36 pub width: u32,
37 pub height: u32,
38 pub count: u32,
39 pub data: Vec<u8>,