Home
last modified time | relevance | path

Searched refs:BitmapFont (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/libs/lib_ui/font/
H A Dspleen_font.rs3 use super::{BitmapFont, RawBitMap, Size};
21 pub const SPLEEN_FONT_8x16: BitmapFont<'static> = BitmapFont::new(
H A Dmod.rs9 pub struct BitmapFont<'a> { struct
23 impl<'a> BitmapFont<'a> { argument