Include more character sets.

This adds support for Latin Extended-A, Latin Extended-B, and Greek
and Coptic scripts. The used fusion font in the current version
support for these is clearly incomplete for the first two, there is
however an upstream branch of the ark pixel font that is a base for it
to add more support for those.

In the current state this reduces the amount of missing characters for
a whole set of Eastern and South-Eastern European languages.
custom
leper 4 weeks ago
parent 8dee86f1f3
commit 9cc5fec1f5
  1. BIN
      lua/fonts/fusion10
  2. BIN
      lua/fonts/fusion12
  3. 9
      tools/fonts/mkfonts.sh

Binary file not shown.

Binary file not shown.

@ -11,6 +11,9 @@ fusion_12() {
--font fusion/fusion-pixel-12px-proportional/fusion-pixel-12px-proportional-latin.ttf \
-r 0x2000-0x206F \
-r 0x20-0x7F,0xA0-0xFF \
-r 0x100-0x17F \
-r 0x180-0x24F \
-r 0x370-0x3FF \
-r 0x400-0x4FF \
--font fusion/fusion-pixel-12px-proportional/fusion-pixel-12px-proportional-ja.ttf \
-r 0x3000-0x303f,0x3040-0x309F,0x30A0-0x30FF \
@ -27,6 +30,9 @@ fusion_10() {
--font fusion/fusion-pixel-10px-proportional/fusion-pixel-10px-proportional-latin.ttf \
-r 0x2000-0x206F \
-r 0x20-0x7F,0xA0-0xFF \
-r 0x100-0x17F \
-r 0x180-0x24F \
-r 0x370-0x3FF \
-r 0x400-0x4FF \
--font fusion/fusion-pixel-10px-proportional/fusion-pixel-10px-proportional-ja.ttf \
-r 0x3000-0x303f,0x3040-0x309F,0x30A0-0x30FF \
@ -43,6 +49,9 @@ fusion_8() {
--font fusion/fusion-pixel-8px-monospaced/fusion-pixel-8px-monospaced-latin.ttf \
-r 0x2000-0x206F \
-r 0x20-0x7F,0xA0-0xFF \
-r 0x100-0x17F \
-r 0x180-0x24F \
-r 0x370-0x3FF \
-r 0x400-0x4FF \
--font fusion/fusion-pixel-8px-monospaced/fusion-pixel-8px-monospaced-ja.ttf \
-r 0x3000-0x303f,0x3040-0x309F,0x30A0-0x30FF \

Loading…
Cancel
Save