realign block characters
7
build
@@ -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/.
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 159 KiB After Width: | Height: | Size: 159 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |