ubuntu上的/etc/fonts/local.conf(轉)
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
-->
<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
-->
</fontconfig>
[/td][/tr][/table]
第一段是append,使中英文一起顯示英文優先使用英文字型;
第二段是讓系統認文泉譯點陣字用的;
第三段是字型prefer,選字型的順序,我註釋掉了,因為language-selector裡的fontconfig裡已經有相應的內容了。
我使用的中文字型為微軟雅黑,點陣是文泉譯。
[table=95%][tr][td]<fontconfig>
<include ignore_missing="yes">/var/lib/defoma/fontconfig.d/fonts.conf</include>
-->
<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>
-->
</fontconfig>
[/td][/tr][/table]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617542/viewspace-959925/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ubuntu install fontsUbuntu
- 在Ubuntu上安裝openssh(轉)Ubuntu
- Ubuntu 6.06上的Nvidia設定筆記(轉)Ubuntu筆記
- ubuntu上的基本應用Ubuntu
- QtiPlot——Ubuntu 上的 OrigiinPro?QTUbuntu
- ubuntu上的軟體源Ubuntu
- 使用Google Fonts注意事項Go
- 前端圖片 - icon Fonts前端
- Ubuntu的特點(轉)Ubuntu
- ubuntu 上使用valgrindUbuntu
- 裝上ubuntu了Ubuntu
- 如何在 Ubuntu 上轉換影像、音訊和影片格式Ubuntu音訊
- Ubuntu 上 Wireshark 的安裝與使用Ubuntu
- Ubuntu上PHPUnit安裝UbuntuPHP
- ubuntu 上myeclipse破解UbuntuEclipse
- Ubuntu 上 安裝 redisUbuntuRedis
- iOS 新增自定義的字型 Fonts provided by applicationiOSIDEAPP
- ubuntu中沒有/etc/inittab檔案Ubuntu
- Xcode Loading custom fontsXCode
- 在 Ubuntu 14.04 上安裝 Ubuntu Tweak 0.8.8Ubuntu
- ubuntu上的蘋果mac主題誘惑Ubuntu蘋果Mac
- Ubuntu與FOSS(轉)Ubuntu
- ubuntu上使用sqlite3UbuntuSQLite
- 轉【翻譯】怎樣在Ubuntu 12.04上配置Apache SSL證書UbuntuApache
- 轉享:在ubuntu 和 debian上安裝 NOSQL cassandra資料庫UbuntuSQL資料庫
- 如何將Ubuntu伺服器上的專案上傳至GitHubUbuntu伺服器Github
- RabbitMQ系列(一)在Ubuntu上的環境搭建MQUbuntu
- Ubuntu14.04上安裝pip的方法Ubuntu
- 檢視Ubuntu上佔用指定埠的程序Ubuntu
- Ubuntu上編譯多個版本的fridaUbuntu編譯
- Typecho在Ubuntu 22.04上的安裝部署Ubuntu
- win10系統fonts資料夾空白怎麼辦_win10 fonts資料夾空白如何恢復Win10
- Ubuntu 用 deepin-wine 安裝 Tim.etcUbuntu
- SetUp a Secure Ubuntu Server[轉]UbuntuServer
- Ubuntu for human beings!!(轉)Ubuntu
- ubuntu使用中文man(轉)Ubuntu
- ubuntu螢幕旋轉Ubuntu
- Ubuntu Linux:定製Ubuntu安裝CD(轉)UbuntuLinux