ubuntu上的/etc/fonts/local.conf(轉)

BSDLite發表於2007-08-15
ubuntu上的/etc/fonts/local.conf(轉)[@more@]分三段,
第一段是append,使中英文一起顯示英文優先使用英文字型;
第二段是讓系統認文泉譯點陣字用的;
第三段是字型prefer,選字型的順序,我註釋掉了,因為language-selector裡的fontconfig裡已經有相應的內容了。
我使用的中文字型為微軟雅黑,點陣是文泉譯。

[table=95%][tr][td]<fontconfig>
<include ignore_missing="yes">/var/lib/defoma/fontconfig.d/fonts.conf</include>

/usr/X11R6/lib/X11/fonts
--&gt


<match target="pattern">
<test qual="any" name="family">
<string>serif</string>
</test>
<edit name="family" mode="append" binding="strong">
<string>DejaVu Serif</string>
<string>microsoft yahei</string>
</edit>
</match>

<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="append" binding="strong">
<string>DejaVu Sans</string>
<string>microsoft yahei</string>
</edit>
</match>

<match target="pattern">
<test qual="any" name="family">
<string>monospace</string>
</test>
<edit name="family" mode="append" binding="strong">
<string>DejaVu Sans Mono</string>
<string>microsoft yahei</string>
</edit>
</match>


<selectfont>
<acceptfont>
<pattern>
<patelt name="family"><string>WenQuanYi Bitmap Song</string></patelt>
</pattern>
</acceptfont>
</selectfont>


serif

DejaVu Serif




sans-serif

DejaVu Sans




monospace

DejaVu Sans Mono


--&gt


</fontconfig>


[/td][/tr][/table]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617542/viewspace-959925/,如需轉載,請註明出處,否則將追究法律責任。

相關文章