+ -
当前位置:首页 → 问答吧 → Problem about Font

Problem about Font

时间:2004-11-30

来源:互联网

I've copied simsun.ttc and simhei.ttf to /usr/share/fonts/TTF. Because gtk cannot display SimSun as bold, I want to replace it with SimHei when chinese font is displayed as bold. That is my local.conf
PHP 代码:
<match>
        <test name="family"><string>SimSun</string></test>
        <test name="weight" compare="eq"><const>bold</const></test>
        <edit name="family" mode="assign_replace"><string>SimHei</string></edit>
</match> 
But it doesn't work as I expect, the chinese font on title of window is still not bold. How can I change it?

作者: gamedragon   发布时间: 2004-11-30

is there anything wrong in my local.conf?

作者: gamedragon   发布时间: 2004-12-01

是否应该将simsun.ttc改名为simsun.ttf呢?

作者: orphen   发布时间: 2004-12-01

但是SimSun已经被识别了啊。
我现在就是希望在显示中文粗体的时候用黑体显示,其他时候用宋体显示,应该怎样写才行?

作者: gamedragon   发布时间: 2004-12-01