下圖,是 Mozilla 1.0.0 所顯示的平滑字型:
<img src="http://home.kimo.com.tw/tetralet/linux/Mozilla.png" alt="圖例:Mozilla 所顯示的平滑字型" border="2">
下圖,是 Open Office 1.0.1 所顯示的平滑字型
<img src="http://home.kimo.com.tw/tetralet/linux/OpenOffice.png" alt="圖例:OpenOffice 所顯示的平滑字型" border="2">
基本上,在 Debian Linux 3.0 裡,不用什麼設定,
Mozilla 和 OpenOffice 的平滑字就會出現了。
下圖,是平滑字型的另一個例子:
<img src="http://home.kimo.com.tw/tetralet/linux/MLTerm.png" alt="圖例:mlterm 所顯示的平滑字型" border="2">
支援平滑字型的 Terminal。
可是,
號稱支援平滑字型的 KDE 卻是這個樣子:
<img src="http://home.kimo.com.tw/tetralet/linux/Kedit.png" alt="圖例:KEdit 所顯示的平滑字型" border="2">
字型好像是被蟲蛀過一樣。
KDE 的字型設定如下:
<img src="http://home.kimo.com.tw/tetralet/linux/KControl.png" alt="圖例:KDE 的字型設定" border="2">
請問該如何設定 KDE,使其支援 Anti-Alias 呢?
作業系統:Debian Linxu 3.0
安裝字型的指令:
apt-get install x-ttcidfont-conf
apt-get install libft-perl
apt-get install xfonts-intl-chinese
apt-get install ttf-arphic-bkai00mp
apt-get install ttf-arphic-bsmi00lp
除了安裝了字型之外,沒有作其它的設定。
/etc/X11/XF86Config-4 的設定:
Section "Files"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/lib/X11/fonts/misc"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
Load "xtt"
EndSection
(下略)
/etc/X11/XftConfig 的設定:
# $XFree86: xc/lib/Xft/XftConfig.cpp,v 1.5 2000/12/14 23:03:53 keithp Exp $
dir "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
dir "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#
# alias 'fixed' for 'mono'
#
match any family == "fixed" edit family =+ "mono";
#
# Check users config file
#
includeif "~/.xftconfig"
#
# Alias between XLFD families and font file family name, prefer local
# fonts
#
match edit rgba=rgb;