讓 mozilla 印得出中文

Published on 06/03,2004

在 Linux 環境下,要印出中文字須修改

/usr/local/mozilla/defaults/pref/unix.js

372 pref("print.postscript.nativefont.x-western", "");
373 //pref("print.postscript.nativefont.zh-CN", "");
374 //pref("print.postscript.nativefont.zh-TW", "");
375 pref("print.postscript.nativefont.zh-CN", "BousungEG-Light-GB-GB-EUC-H");
376 pref("print.postscript.nativefont.zh-TW", "ShanHeiSun-Light-B5-H");
377 pref("print.postscript.nativecode.zh-CN", "gb2312");
378 pref("print.postscript.nativecode.zh-TW", "big5");





Comments

Leave a Reply

 authimage