問題解決了!:w_10:
可否告知『螢火飛大哥的 fonts.conf』您是在哪裡看到的呢?
carlos 寫:就是从螢火飛大哥的fonts.conf里摘抄的几段
- 代碼: 選擇全部
<!--
Add by firefly@firefly.idv.tw
Artificial bold for fonts without a bold version.
-->
<match target="font">
<!-- check to see if the pattern requested > "medium" -->
<test target="pattern" name="weight" compare="more">
<const>medium</const>
</test>
<!-- pretend the font is bold now -->
<edit name="weight" mode="assign">
<const>bold</const>
</edit>
</match>
重點是以上這一段。加到 font.conf 裡粗體的效果就出現了!