|
发表于 2005-11-14 20:26:50
|
显示全部楼层
安装fontconfig
cp simsun.ttf /usr/share/fonts/truetype/microsoft/
mkfontscale /usr/share/fonts/truetype/microsoft/
mkfontdir /usr/share/fonts/truetype/microsoft/
然后编辑/etc/fonts/fonts.conf
<!-- Font directory list -->
<dir>/usr/share/fonts/truetype/microsoft/</dir>
......
再编辑 /etc/X11/xorg.conf
Section "Files"
FontPath "/usr/share/fonts/truetype/microsoft"
.......
EndSection
然后重新启动X |
|