Regenerated Traditional Chinese font using latest TP and TPS po files.
Created a simple shell script with the command for this, to make it easy for me.
This commit is contained in:
parent
1cf2bfef3f
commit
c13d102f46
2 changed files with 16 additions and 0 deletions
Binary file not shown.
16
fonts/locale/zh_tw_docs/do_it.sh
Executable file
16
fonts/locale/zh_tw_docs/do_it.sh
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Quick script to just do it for me -bjk 2008.06.21
|
||||
|
||||
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 \
|
||||
../../../../tuxpaint-ttf-chinese-traditional-2004.06.05/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!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue