mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
change ps font
PR: 38948 Submitted by: maintainer
This commit is contained in:
parent
4281c92e53
commit
44d74beb89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60701
@ -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")
|
||||
|
@ -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");
|
||||
|
@ -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
|
||||
***********************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user