From 510b42304c443bb22c1a2ee53171c189173bfee1 Mon Sep 17 00:00:00 2001 From: leper Date: Sun, 13 Apr 2025 17:16:29 +0200 Subject: Add ark pixel font's latin feature branch font. This is from an upstream development branch at [1] and adds quite a lot of glyps for the 12px font, and a few to the 10px font. This addition should be temporary until that feature branch is merged upstream, a new release rolled, and then a new release of the fuxion pixel font is rolled. For now this leads to no more missing extended latin A/B characters in the 12px font on my collection. [1] https://github.com/TakWolf/ark-pixel-font/commit/535181d3c9394990fc0cd5d5259399da3b7ead48 --- tools/fonts/mkfonts.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/fonts/mkfonts.sh') diff --git a/tools/fonts/mkfonts.sh b/tools/fonts/mkfonts.sh index 19589a4a..da8a4dfd 100755 --- a/tools/fonts/mkfonts.sh +++ b/tools/fonts/mkfonts.sh @@ -15,6 +15,10 @@ fusion_12() { -r 0x180-0x24F \ -r 0x370-0x3FF \ -r 0x400-0x4FF \ + --font ark/ark-pixel-12px-proportional/ark-pixel-12px-proportional-latin.ttf \ + -r 0x100-0x17F \ + -r 0x180-0x24F \ + -r 0x370-0x3FF \ --font fusion/fusion-pixel-12px-proportional/fusion-pixel-12px-proportional-ja.ttf \ -r 0x3000-0x303f,0x3040-0x309F,0x30A0-0x30FF \ -r 0xFF00-0xFFEF,0x4E00-0x9FAF \ @@ -34,6 +38,10 @@ fusion_10() { -r 0x180-0x24F \ -r 0x370-0x3FF \ -r 0x400-0x4FF \ + --font ark/ark-pixel-10px-proportional/ark-pixel-10px-proportional-latin.ttf \ + -r 0x100-0x17F \ + -r 0x180-0x24F \ + -r 0x370-0x3FF \ --font fusion/fusion-pixel-10px-proportional/fusion-pixel-10px-proportional-ja.ttf \ -r 0x3000-0x303f,0x3040-0x309F,0x30A0-0x30FF \ -r 0xFF00-0xFFEF,0x4E00-0x9FAF \ -- cgit v1.2.3