Skip to content

Commit

Permalink
hopefully addresses #2
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Apr 11, 2024
1 parent 2120ca9 commit 2bb2898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ nerd_dep
bnp src/kirsch.kbitx kirsch ttf
ttfix kirsch
bnp src/kirsch.kbitx kirsch bdf
sed -i -e '/^FONT/s/-[pc]-/-M-/i' -e '/^FONT/s/-80-/-50-/' out/kirsch.bdf
sed -i -e '/^FONT /s/-[pc]-/-M-/i' -e '/^FONT /s/-80-/-50-/' out/kirsch.bdf
ff kirsch
pcf kirsch
if [ "$n" != "" ]; then
Expand Down
1 change: 1 addition & 0 deletions scripts/fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
f.correctDirection()
f.removeOverlap()
for g in f:
f[g].width = 768
if f[g].unicode != -1:
f[g].glyphname = nameFromUnicode(f[g].unicode, "AGL with PUA")
f.encoding = "UnicodeFull"

0 comments on commit 2bb2898

Please sign in to comment.