让雅黑在linux下更完美
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-14
(液晶显示器)我的arch linux字体采用DejaVu +微软雅黑,默认状态下,DejaVu的英文显示非常完美,笔画细腻清晰,但是雅黑就不怎么好,脏兮兮的不够锐利.但是开了整体hinting和次像素渲染后却影响了DejaVu. 解决方法:在/etc/fonts/local.conf(无则创建)添加以下内容,只针对雅黑打开hinting和次像素: <!--Hinting for Microsoft Yahei--> <match target="font"> <test name="family"> <string>Microsoft Yahei</string> </test> <edit name="autohint" mode="assign" > 拥有帝国一切,皆有可能。欢迎访问phome.net<bool>false</bool> </edit> <edit name="hinting" mode="assign" > <bool>true</bool> </edit> <edit name="hintstyle" mode="assign" > <const>hintfull</const> </ 拥有帝国一切,皆有可能。欢迎访问phome.netedit> <edit name="rgba" mode="assign"> <const>rgb</const> </edit> </match> 效果如图. 附上我完整的/etc/fonts/local.conf <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- /etc/fonts/local.conf file for local customizations --> 拥有帝国一切,皆有可能。欢迎访问phome.net<fontconfig> <!--Hinting for Microsoft Yahei--> <match target="font"> <test name="family"> <string>Microsoft Yahei</string> </test> <edit name="autohint" mode="assign" > <bool>false</bool> </edit> 拥有帝国一切,皆有可能。欢迎访问phome.net <edit name="hinting" mode="assign" > <bool>true</bool> </edit> <edit name="hintstyle" mode="assign" > <const>hintfull</const> </edit> <edit name="rgba" mode="assign"> <const 拥有帝国一切,皆有可能。欢迎访问phome.net>rgb</const> </edit> </match> <!-- Disable font alias for Chinese 9-20--> <match target="font"> <test qual="any" name="family" compare="eq"> <string>SimSun</string> <string>Tahoma</string 拥有帝国一切,皆有可能。欢迎访问phome.netfamily>Microsoft Yahei</family> <family>SimSun</family> </prefer> </alias> </fontconfig> 拥有帝国一切,皆有可能。欢迎访问phome.net |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于让雅黑在linux下更完美的所有评论