Skip to content

Commit f84aa67

Browse files
authored
Make sure font width is less than char width (#708)
* Make sure font width is less than char width * use a new font with smaller CN/TW/JA font for f12e
1 parent e772178 commit f84aa67

7 files changed

Lines changed: 319312 additions & 366026 deletions

File tree

src/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@ filesystem/$(FILESYSTEM)/media/15normal.fon: fonts/15normal.bdf
334334
mkdir -p filesystem/$(FILESYSTEM)/media/
335335
../utils/font/bdf_to_font.pl -maxsize 15 -mode bin $< -out $@ -minspace 8
336336

337-
filesystem/$(FILESYSTEM)/media/18bold.fon: fonts/18bold.bdf
337+
# special font for f12e with 18x12 char size
338+
filesystem/$(FILESYSTEM)/media/f12e.fon: fonts/f12e.bdf
338339
mkdir -p filesystem/$(FILESYSTEM)/media/
339340
../utils/font/bdf_to_font.pl -maxsize 18 -mode bin $< -out $@ -minspace 8
340341

0 commit comments

Comments
 (0)