分页: 1 / 1

新装的字体不能渲染

发表于 : 2008-03-26 15:29
DarkForest
我用下面的方法装了个方正铁筋隶书简体,但是不能渲染,很丑

1、在natuils的地址栏中输入fonts:///,把ttf文件复制到里面。
2、切到终端,用sudo /etc/init.d/gdm restart重启gnome。
3、系统->首选项->外观->字体->选择方正铁筋隶书简体。

没有渲染效果(openoffice除外),如下图所示

发表于 : 2008-03-26 21:26
wc_111191
我也遇到过类似的问题。。
我的更严重,安装了文泉驿都无法渲染
不过新建一个用户就可以,估计一定是我的用户配置文件错了,呵呵

发表于 : 2008-03-26 22:16
tongttt
我的也不能,字体超丑

发表于 : 2008-03-27 0:22
eexpress
只能检查fonts.conf了。
先fc-list|grep 下。看字体名正常不。

发表于 : 2008-03-28 14:56
DarkForest
gedit ~/.fonts.conf

在<match target="font" >与</match>间加入
<test name="family" compare="contains">
<string>LiShu</string>
</test>
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
<edit mode="assign" name="hintstyle" >
<const>hintslight</const>
</edit>
<edit mode="assign" name="hint" >
<bool>true</bool>
</edit>
<edit mode="assign" name="autohint" >
<bool>false</bool>
</edit>


抗锯齿开启了,但是发虚

发表于 : 2008-03-28 15:25
dogfox
这种字体需要使用fontconfg设置为粗体才会有好效果