diff --git a/fonts/locale/zh_tw.ttf b/fonts/locale/zh_tw.ttf index 6ec75f07b..6f0eca4c4 100644 Binary files a/fonts/locale/zh_tw.ttf and b/fonts/locale/zh_tw.ttf differ diff --git a/fonts/locale/zh_tw_docs/do_it.sh b/fonts/locale/zh_tw_docs/do_it.sh new file mode 100755 index 000000000..0b7a2f399 --- /dev/null +++ b/fonts/locale/zh_tw_docs/do_it.sh @@ -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!"