From c3dbbb2911b02c7d75f608f2d0d5a82864076df5 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 25 Jul 2020 19:07:04 +0200 Subject: Some progress for PSF2 --- src/inc/psf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/inc') diff --git a/src/inc/psf.h b/src/inc/psf.h index 3394f9c..ced3025 100644 --- a/src/inc/psf.h +++ b/src/inc/psf.h @@ -19,8 +19,8 @@ struct psf1_header { u8 magic[2]; - u8 file_mode; - u8 font_height; + u8 mode; + u8 char_size; }; /** @@ -38,7 +38,7 @@ struct psf2_header { u32 size; u32 flags; u32 glyph_count; - u32 bytes_per_glyph; + u32 char_size; u32 height; u32 width; }; -- cgit v1.2.3