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
Myna.otf

Binary file not shown.

12175
Myna.sfd

File diff suppressed because it is too large Load Diff

7
build
View File

@@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
set -e set -e
fontforge -lang=ff -c 'Open($1); Reencode("unicode"); Generate($1:r + ".otf", "", 0x14)' "$(pwd)/Myna.sfd" fontforge -lang=ff -c 'Open($1); Generate($1:r + ".otf")' "$(pwd)/Myna.sfd"
# fontforge -lang=ff -c 'Open($1); Reencode("unicode"); Generate($1:r + ".otf", "", 0x14)' "$(pwd)/Myna-Bold.sfd" [ -f ~/.fonts/Myna.otf ] && rm ~/.fonts/Myna.otf
cp "$(pwd)/Myna.otf" ~/.fonts/. cp "$(pwd)/Myna.otf" ~/.fonts/Myna.otf
# cp "$(pwd)/Myna-Bold.otf" ~/.fonts/.

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