This commit is contained in:
2025-03-04 00:53:38 +00:00
2 changed files with 22 additions and 7 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
use libm::include_font;
pub static FONT_SPLEEN_8X16: Font =
Font::new(include_font!("./kernel/resources/font/spleen-8x16.psf"));
Font::new(include_font!("../../../resources/font/spleen-8x16.psf"));
pub static FONT_CP850_8X16: Font =
Font::new(include_font!("./kernel/resources/font/cp850-8x16.psf"));
Font::new(include_font!("../../../resources/font/cp850-8x16.psf"));
// pub struct Font(pub [[u8; 16]; 512]);