realign block characters

This commit is contained in:
sayyadirfanali
2025-11-11 17:12:29 +05:30
parent 60204ed5df
commit 6fa63d06ba
7 changed files with 6673 additions and 5509 deletions
BIN
View File
Binary file not shown.
+6670 -5505
View File
File diff suppressed because it is too large Load Diff
+3 -4
View File
@@ -1,6 +1,5 @@
#!/bin/bash
set -e
fontforge -lang=ff -c 'Open($1); Reencode("unicode"); Generate($1:r + ".otf", "", 0x14)' "$(pwd)/Myna.sfd"
# fontforge -lang=ff -c 'Open($1); Reencode("unicode"); Generate($1:r + ".otf", "", 0x14)' "$(pwd)/Myna-Bold.sfd"
cp "$(pwd)/Myna.otf" ~/.fonts/.
# cp "$(pwd)/Myna-Bold.otf" ~/.fonts/.
fontforge -lang=ff -c 'Open($1); Generate($1:r + ".otf")' "$(pwd)/Myna.sfd"
[ -f ~/.fonts/Myna.otf ] && rm ~/.fonts/Myna.otf
cp "$(pwd)/Myna.otf" ~/.fonts/Myna.otf
Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 160 KiB