diff --git a/src/unpatched-fonts/Gohu/14/gohufont-14.patch b/src/unpatched-fonts/Gohu/14/gohufont-14.patch new file mode 100644 index 0000000000..47d598c216 --- /dev/null +++ b/src/unpatched-fonts/Gohu/14/gohufont-14.patch @@ -0,0 +1,78 @@ +--- gohufont-14.ttx 2024-06-11 21:49:37.271329386 +0200 ++++ gohufont-14_.ttx 2024-06-11 22:01:46.502759124 +0200 +@@ -195,7 +195,7 @@ + + + +- ++ + + + +@@ -532,7 +532,7 @@ + + + +- ++ + + + +@@ -701,7 +701,7 @@ + + + +- ++ + + + +@@ -828,6 +828,7 @@ + + + ++ + + + +@@ -1166,7 +1167,7 @@ + + + +- ++ + + + +@@ -1293,6 +1294,7 @@ + + + ++ + + + +@@ -9721,7 +9723,7 @@ + + + +- ++ + + + +@@ -11909,14 +11911,6 @@ + + + +- +- + + + diff --git a/src/unpatched-fonts/Gohu/14/gohufont-14.ttf b/src/unpatched-fonts/Gohu/14/gohufont-14.ttf index 310b6f7a04..cd46c2cbb8 100644 Binary files a/src/unpatched-fonts/Gohu/14/gohufont-14.ttf and b/src/unpatched-fonts/Gohu/14/gohufont-14.ttf differ diff --git a/src/unpatched-fonts/Gohu/14/gohufont-14_orig.tt_ b/src/unpatched-fonts/Gohu/14/gohufont-14_orig.tt_ new file mode 100644 index 0000000000..310b6f7a04 Binary files /dev/null and b/src/unpatched-fonts/Gohu/14/gohufont-14_orig.tt_ differ diff --git a/src/unpatched-fonts/Gohu/README b/src/unpatched-fonts/Gohu/README deleted file mode 100644 index 5aa7122472..0000000000 --- a/src/unpatched-fonts/Gohu/README +++ /dev/null @@ -1,14 +0,0 @@ -Gohufont TrueType - -A font for programming and terminal use. -TrueType automatically traced, with available bitmaps in heights of 11 and 14 pixels. - -Copyright 2010 by Hugo Chargois (http://font.gohu.eu) -Converted by Guilherme Maeda (github.com/koemaeda) - -LICENSE -This font is released under the terms of the WTFPL (see COPYING-LICENSE). - -THANKS AND AKNOWLEDGMENTS -The Unicode versions of the 11px font are based extensively on the fixed 6x10 font by Markus Kuhn (http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html). -I used the Terminus font in 14 px with great satisfaction for a long time before I decided to make gohufont 14 px, so it surely inspired me and they may share some similarities in appearance. It is not a derivative work though. Thanks to Dimitar Zhekov for his great font. diff --git a/src/unpatched-fonts/Gohu/README.md b/src/unpatched-fonts/Gohu/README.md index 42b309d13f..24cf9fca3c 100644 --- a/src/unpatched-fonts/Gohu/README.md +++ b/src/unpatched-fonts/Gohu/README.md @@ -6,11 +6,10 @@ TrueType automatically traced, with available bitmaps in heights of 11 and 14 pi Copyright 2010 by Hugo Chargois (http://font.gohu.eu) Converted by Guilherme Maeda (github.com/koemaeda) -**Thanks and aknowledgments** +For more information have a look at the upstream websites: http://font.gohu.org/ https://github.com/koemaeda/gohufont-ttf -The Unicode versions of the 11px font are based extensively on the fixed 6x10 font by Markus Kuhn (http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html). -I used the Terminus font in 14 px with great satisfaction for a long time before I decided to make gohufont 14 px, so it surely inspired me and they may share some similarities in appearance. It is not a derivative work though. Thanks to Dimitar Zhekov for his great font. +## Preprocessed Source Font -For more information have a look at the upstream websites: http://font.gohu.org/ https://github.com/koemaeda/gohufont-ttf +Nerd Fonts corrects the wrong question mark in gohufont-14. Version: 1.33 diff --git a/src/unpatched-fonts/Gohu/fix_gohufont_14.sh b/src/unpatched-fonts/Gohu/fix_gohufont_14.sh new file mode 100755 index 0000000000..2698ea9a26 --- /dev/null +++ b/src/unpatched-fonts/Gohu/fix_gohufont_14.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +set -e + +cd 14 +ttx gohufont-14.ttf +patch < gohufont-14.patch +mv gohufont-14.ttf gohufont-14_orig.tt_ +ttx gohufont-14.ttx +rm gohufont-14.ttx