谁给我个fonts.conf?
时间:2004-11-11
来源:互联网
不好意思, 在坛上找了好久,没找到。。。
作者: Kaywa 发布时间: 2004-11-11
作者: Kaywa 发布时间: 2004-11-11
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Uncomment below to enable all bitmapped fonts -->
<!--
<dir>/usr/X11R6/lib/X11/fonts</dir>
-->
<!--
Use Helvetica
-->
<dir>/usr/X11R6/lib/X11/fonts/75dpi</dir>
<!--
Enable subpixel rendering
<match target="font">
<test qual="all" name="rgba">
<const>unknown</const>
</test>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
-->
<!--
Use embedded font
<match target="font">
<edit name="embed" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit name="embeddedbitmap" mode="assign">
<bool>true</bool>
</edit>
</match>
-->
<!--
Add by [email][email protected][/email]
Disable "Global Advance" for all mono spacing fonts.
<match target="font">
<test name="spacing" compare="eq">
<const>mono</const>
</test>
<edit name="globaladvance" mode="assign">
<bool>false</bool>
</edit>
</match>
-->
<!--
Add by [email][email protected][/email]
Artificial bold for fonts without a bold version.
<match target="font">
<test target="pattern" name="weight" compare="more">
<const>medium</const>
</test>
<edit name="weight" mode="assign">
<const>bold</const>
</edit>
</match>
-->
<!--
Add by [email][email protected][/email]
Enable "hinting & autohint" for all fonts.
<match target="font">
<test name="family" compare="eq">
<string>SimSun</string>"or"<string>MingLiu</string>"or"<string>Bitstream Cyberbit</string>"or"<string>AR PL KaitiM Big5</string>"or"<string>AR PL Mingti2L Big5</string>"or"<string>AR PL KaitiM GB</string>"or"<string>AR PL SungtiL GB</string>
</test>
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
-->
<!--
Enable "hinting & autohint" for all fonts.
<match target="font">
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
-->
<!--
Disable antialias when "7<pixelsize<19"
-->
<match target="font">
<test qual="any" name="family">
<string>SimSun</string>
</test>
<test name="pixelsize" compare="more_eq">
<int>7</int>
</test>
<test name="pixelsize" compare="less_eq">
<int>19</int>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
<match target="font">
<test qual="any" name="family">
<string>NSimSun</string>
</test>
<test name="pixelsize" compare="more_eq">
<int>7</int>
</test>
<test name="pixelsize" compare="less_eq">
<int>19</int>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
<!--
Display with combination of SimSun & Helvetica
-->
<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="append" binding="strong">
<string>SimSun</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="append" binding="strong">
<string>Helvetica</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family" compare="eq">
<string>NSimSun</string>
</test>
<edit name="family" mode="prepend_first" binding="strong">
<string>Helvetica</string>
</edit>
</match>
<!--
binding Bitstream Vera Sans Mono to AR PL SungtiL GB & AR PL Kaitim GB
<match target="pattern">
<test qual="any" name="family" compare="eq">
<string>AR PL SungtiL GB</string>
</test>
<edit name="family" mode="prepend_first" binding="strong">
<string>Bitstream Vera Sans Mono</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family" compare="eq">
<string>AR PL Kaitim GB</string>
</test>
<edit name="family" mode="prepend_first" binding="strong">
<string>Bitstream Vera Sans</string>
</edit>
</match>
-->
<!--
bingding Bitstream Vera Sans Mono to monospace
-->
<match target="pattern">
<test qual="any" name="family">
<string>monospace</string>
</test>
<edit name="family" mode="append" binding="strong">
<string>Bitstream Vera Sans Mono</string>
</edit>
</match>
</fontconfig>
作者: osfans 发布时间: 2004-11-11
作者: osfans 发布时间: 2004-11-11
http://download.linuxsir.org/hupeng9...-1.firefly.tgz
http://download.linuxsir.org/hupeng9...-1.firefly.tgz
http://download.linuxsir.org/hupeng9...-2.firefly.tgz
装上以上4个包以后,再把下面的fonts.conf和local.conf放到/etc/fonts/下面,执行fc-cache即可达到你所要求的理想效果。
fonts.zip (3.2 KB, 82 次查看) |
作者: yisha 发布时间: 2004-11-11
再小声的问下, 这个支持dropline gnome 2.8么?
作者: Kaywa 发布时间: 2004-11-11
谁能给一个将这两个文件的美化功能合并成一个文件local.conf的文件?
作者: dyte100 发布时间: 2004-11-12
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28