|
发表于 2003-8-4 15:10:19
|
显示全部楼层
The linux-opera7 is still depending on the Xft1, so you will need to add the XftConfig in the /usr/X11R6/lib/X11/ .. Here's an attach to download it, which it doesn't exist in XFree86 4.3.x by default. Also, it will help to get linux-opera7 the better stability and much lesser crash.
# cp /path/to/xftconfig.txt /usr/X11R6/lib/X11/XftConfig
2) Install the nice fonts made by Microsoft.
# cd /usr/ports/x11-fonts/webfonts ; make install clean
After that, you need to add some lines in the /etc/X11/XF86Config following:
- Section "Files"
- .....
- .....
- FontPath "/usr/X11R6/lib/X11/fonts/webfonts/"
- EndSection
- Section "Module"
- .....
- .....
- Load "type1"
- Load "freetype"
- EndSection
复制代码
Save it and exit the X, then restart it.
3) Run your Opera and go to the File (menu) -> Preferences -> Fonts and colors (tree). All you have to do is double click on each list of types to choice what fonts you want to use. If you see something like 'font [Xft]', it means it's AA fonts for Xft1. I setup everything to 'Verdana [Xft]', but 'Courier [Xft]' for the text < RE> and CSS monospace. Don't worry about the size, I just leave all of them as default and tweak the 'Minimum font size (pixels)' that will avoid the smaller font. I setup it as '11' to force the smalls font change to '11' pixels least.
4) If it doesn't work, please run 'opera -debugfont' and show me the output.
我现在还没搞定,因为没找到它说的字体,;)谁搞定了说一下 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|