安装ms宋体,英文粗体显示问题
-
- 帖子: 11
- 注册时间: 2006-06-30 0:38
安装ms宋体,英文粗体显示问题
我安装了xp的宋体,将所有界面及文字显示都设置成了宋体字,但英文的粗体显示奇丑无比(非加粗的字体显示效果同win下),请问有什么办法解决么?
- glade
- 帖子: 1383
- 注册时间: 2005-10-21 16:57
在你的字体配置里加入这一段看看有没有效果,记得先备份
<match target="pattern" >
<test name="family" >
<string>SimSun</string>
</test>
<edit name="family" mode="prepend" binding="strong" >
<string>DejaVu Sans</string>
</edit>
</match>
<match target="pattern" >
<test name="family" >
<string>NSimSun</string>
</test>
<edit name="family" mode="prepend" binding="strong" >
<string>DejaVu Sans Mono</string>
</edit>
</match>
很久没弄字体设置了,忘光了
<match target="pattern" >
<test name="family" >
<string>SimSun</string>
</test>
<edit name="family" mode="prepend" binding="strong" >
<string>DejaVu Sans</string>
</edit>
</match>
<match target="pattern" >
<test name="family" >
<string>NSimSun</string>
</test>
<edit name="family" mode="prepend" binding="strong" >
<string>DejaVu Sans Mono</string>
</edit>
</match>
很久没弄字体设置了,忘光了
-
- 帖子: 11
- 注册时间: 2006-06-30 0:38
-
- 帖子: 11
- 注册时间: 2006-06-30 0:38
-
- 帖子: 11
- 注册时间: 2006-06-30 0:38