-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.sh
17 lines (12 loc) · 850 Bytes
/
build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
wget -P ./temp https://dforest.watch.impress.co.jp/library/i/ipamjfont/10750/ipamjm00601.zip
7z e ./temp/ipamjm00601.zip -o./temp/
python3 ./codes/check.py ./temp/check.ttf ./temp/ipamjm.ttf ./codes/src/subset.ttf
fontforge -script ./codes/merge.py ./temp/merge.ttf ./temp/check.ttf ./codes/src/subset.ttf
fontforge -script ./codes/huayingmincho.py ./temp/merge.ttf ./HuayingMinchoOld.ttf 1
#fontforge -script ./codes/huayingmincho.py ./temp/merge.ttf ./HuayingMinchoClassic.ttf 2
fontforge -script ./codes/huayingmincho.py ./temp/merge.ttf ./ 2 t
fontforge -script ./codes/huayingmincho.py ./temp/merge.ttf ./HuayingMinchoODict.ttf 3
otf2otc -o ./HuayingMincho.ttc ./HuayingMinchoOld.ttf ./HuayingMinchoClassic.ttf ./HuayingMinchoODict.ttf ./HuayingMinchoT.ttf
7z a AllFonts.7z *.tt* LICENSE.txt -mx=9 -mfb=256 -md=256m
rm -rf ./temp