From 9bcfdfc03b6c2f8e4b002b4d9002ea81338795bb Mon Sep 17 00:00:00 2001 From: thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> Date: Thu, 9 Sep 2021 07:15:19 -0400 Subject: Base: Convert fonts to new header format Type has been replaced with a bit mask size whose value corresponds to the number of u8 ranges of 256 characters per bit. Given 0x110000 possible glyphs in Unicode 13.0, its maximum size is currently 544 and can be expanded if needed. Adds the 0xFFFD replacement character to Csilla/KaticaRegular fonts and fixes dozens of alignment errors in the Latin character sets. --- Base/res/fonts/LizaBlack36.font | Bin 55760 -> 37201 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Base/res/fonts/LizaBlack36.font') diff --git a/Base/res/fonts/LizaBlack36.font b/Base/res/fonts/LizaBlack36.font index 06cdc8e59b..4289629681 100644 Binary files a/Base/res/fonts/LizaBlack36.font and b/Base/res/fonts/LizaBlack36.font differ -- cgit v1.2.3