diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-06 23:41:24 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-06 23:41:24 +0800 |
commit | 3f6b2e1cbac25c5200bc1106ad2256b267fe7a66 (patch) | |
tree | 4696289241ce2e3fdde9a18c78c8b6b4dfa0ad53 /chinese | |
parent | 83d66acfad81507f5fff5d6c8c1263690f63d688 (diff) | |
download | freebsd-ports-gnome-3f6b2e1cbac25c5200bc1106ad2256b267fe7a66.tar.gz freebsd-ports-gnome-3f6b2e1cbac25c5200bc1106ad2256b267fe7a66.tar.zst freebsd-ports-gnome-3f6b2e1cbac25c5200bc1106ad2256b267fe7a66.zip |
change ps font
PR: 38948
Submitted by: maintainer
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/mozilla-tclp/files/unix.js | 9 | ||||
-rw-r--r-- | chinese/mozilla-tclp/files/user.js | 3 | ||||
-rw-r--r-- | chinese/mozilla-tclp/pkg-message | 10 |
3 files changed, 15 insertions, 7 deletions
diff --git a/chinese/mozilla-tclp/files/unix.js b/chinese/mozilla-tclp/files/unix.js index 92dade2361c3..47f1f2077af5 100644 --- a/chinese/mozilla-tclp/files/unix.js +++ b/chinese/mozilla-tclp/files/unix.js @@ -222,6 +222,7 @@ pref("font.size.fixed.zh-TW", 16); // below a certian pixel size outline scaled fonts produce poor results pref("font.scale.outline.min", 6); +// Anti-alias // below a certian pixel size anti-aliased bitmat scaled fonts // produce poor results pref("font.scale.aa_bitmap.enable", true); @@ -332,7 +333,13 @@ pref("print.postscript.nativefont.x-unicode", ""); pref("print.postscript.nativefont.x-user-def", ""); pref("print.postscript.nativefont.x-western", ""); pref("print.postscript.nativefont.zh-CN", ""); +// Printing // Change lines below to your local system fonts // Check http://freebsd.sinica.edu.tw/~statue/zh-tut/web-browse.html pref("print.postscript.nativecode.zh-TW", "big5"); -pref("print.postscript.nativefont.zh-TW", "ArphicMingB5-Regular-ETen-B5-H"); +// pref("print.postscript.nativefont.zh-TW", "ArphicMingB5-Regular-ETen-B5-H"); +pref("print.postscript.nativefont.zh-TW", "ShanHeiSun-Light-ETen-B5-H"); + +// XIM Settings: +// Uncomment this line if your XIM not working + //pref("xim.input_style", "over-the-spot") diff --git a/chinese/mozilla-tclp/files/user.js b/chinese/mozilla-tclp/files/user.js index 9facdbedbb13..88a1f88ed5c6 100644 --- a/chinese/mozilla-tclp/files/user.js +++ b/chinese/mozilla-tclp/files/user.js @@ -30,4 +30,5 @@ // Change lines below to your local system fonts // Check http://freebsd.sinica.edu.tw/~statue/zh-tut/web-browse.html // user_pref("print.postscript.nativecode.zh-TW", "big5"); - // user_pref("print.postscript.nativefont.zh-TW", "ArphicMingB5-Regular-ETen-B5-H"); + // user_pref("print.postscript.nativefont.zh-TW", "ShanHeiSun-Light-ETen-B5-H"); + // // user_pref("print.postscript.nativefont.zh-TW", "ArphicMingB5-Regular-ETen-B5-H"); diff --git a/chinese/mozilla-tclp/pkg-message b/chinese/mozilla-tclp/pkg-message index 892ae7669199..e722bbd67c1e 100644 --- a/chinese/mozilla-tclp/pkg-message +++ b/chinese/mozilla-tclp/pkg-message @@ -1,9 +1,9 @@ *********************************************************************** -Edit the file "${HOME}/.mozilla/${USER}/*.slt/user.js" - or "/usr/X11R6/lib/mozilla/defaults/pref/unix.js" - to change XIM settings (if not working), - Anti-Alias settings, and Printing settings. +Edit the file "${HOME}/.mozilla/${USER}/*.slt/user.js" (per user) + or "/usr/X11R6/lib/mozilla/defaults/pref/unix.js" (for all) + to change XIM settings (if not working), + Anti-Alias settings, and Printing settings. If need printing, go /usr/ports/chinese/arphicttf to make WANT_GS6=yes - Then go /usr/ports/chinese/ghostscript6 to make all install + then go /usr/ports/chinese/ghostscript6 to make all install For detail: http://freebsd.sinica.edu.tw/~statue/zh-tut/web-browse.html *********************************************************************** |