summaryrefslogtreecommitdiff
path: root/chinese/mozilla-tclp/files/unix.js
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-06 15:41:24 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-06 15:41:24 +0000
commit44d74beb89fb8b18f8c8f36f8ba3c3ffcf9360ad (patch)
tree3a9571a91c6d3996c4028cf3f34ec4c6c5d9cfd7 /chinese/mozilla-tclp/files/unix.js
parentupgrade to 1.0 release (diff)
change ps font
PR: 38948 Submitted by: maintainer
Diffstat (limited to 'chinese/mozilla-tclp/files/unix.js')
-rw-r--r--chinese/mozilla-tclp/files/unix.js9
1 files changed, 8 insertions, 1 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")