Update helper script for zh_TW font regen.

This commit is contained in:
Bill Kendrick 2022-02-13 01:30:36 -08:00
parent 0c6c5fd4b9
commit e31f4991d9
3 changed files with 8 additions and 7 deletions

View file

@ -1,16 +1,17 @@
#!/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 tuxpaintsubset.pe
./maketuxfont.py \
-l zh_tw \
-p ../../../src/po/zh_tw.po \
-p ../../../../tuxpaint-stamps/po/tuxpaint-stamps-zh_tw.po \
-l zh_TW \
-p ../../../src/po/zh_TW.po \
-p ../../../../tuxpaint-stamps/po/tuxpaint-stamps-zh_TW.po \
../../../../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 "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
View file

0
fonts/locale/zh_tw_docs/tuxpaintsubset.pe Normal file → Executable file
View file