Update helper script for zh_TW font regen.
This commit is contained in:
parent
0c6c5fd4b9
commit
e31f4991d9
3 changed files with 8 additions and 7 deletions
|
|
@ -1,16 +1,17 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Quick script to just do it for me -bjk 2008.06.21
|
# Quick script to generate a fresh 'subset font'
|
||||||
|
# 2008.06.21 / 2022.02.13
|
||||||
|
|
||||||
chmod 755 maketuxfont.py
|
chmod 755 maketuxfont.py
|
||||||
chmod 755 tuxpaintsubset.pe
|
chmod 755 tuxpaintsubset.pe
|
||||||
./maketuxfont.py \
|
./maketuxfont.py \
|
||||||
-l zh_tw \
|
-l zh_TW \
|
||||||
-p ../../../src/po/zh_tw.po \
|
-p ../../../src/po/zh_TW.po \
|
||||||
-p ../../../../tuxpaint-stamps/po/tuxpaint-stamps-zh_tw.po \
|
-p ../../../../tuxpaint-stamps/po/tuxpaint-stamps-zh_TW.po \
|
||||||
../../../../tuxpaint-ttf-chinese-traditional-2004.06.05/zh_tw.ttf
|
../../../../tuxpaint-ttf-chinese-traditional-2004.06.05/zh_tw.ttf
|
||||||
|
|
||||||
ls -l zh_tw.ttf
|
ls -l zh_TW.ttf
|
||||||
ls -l ../zh_tw.ttf
|
ls -l ../zh_TW.ttf
|
||||||
echo
|
echo
|
||||||
echo "If it looks ok, replace the old one and commit it back to CVS!"
|
echo "If it looks ok, replace the old one and commit it back to the code repository!"
|
||||||
|
|
|
||||||
0
fonts/locale/zh_tw_docs/maketuxfont.py
Normal file → Executable file
0
fonts/locale/zh_tw_docs/maketuxfont.py
Normal file → Executable file
0
fonts/locale/zh_tw_docs/tuxpaintsubset.pe
Normal file → Executable file
0
fonts/locale/zh_tw_docs/tuxpaintsubset.pe
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue