打印

【分享】雅黑字体美化总结 (for ubuntu)

    

TOP

[quote:79d8c8039f="种草得草"][quote:79d8c8039f="effe"]安装三件宝贝:
Segoe script
Segoe print
Segoe media center light


因为不知道怎么去装, 所以就跳过去,直接把下面的代码加进去了,但是在terminal中,会提示这个文件设置错误。

请问, 这三件怎么装阿?[/quote]
所以说让楼主回去学习几天。[/quote]在 ms_vista_english.conf 里加
代码:
sudo gedit /etc/fonts/ms_vista_english.conf

代码:
<match target="font" >
            <test qual="any" name="family" compare="eq" >
                  <string>Segoe UI</string>
                  <string>Segoe Print</string>
                  <string>Segoe Script</string>
                  <string>Segoe Media Center Light</string>
            </test>
            <edit name="rgba" mode="assign">
                  <const>rgb</const>
            </edit>
            <edit name="antialias" mode="assign" >
                  <bool>true</bool>
            </edit>
            <edit name="autohint" mode="assign" >
                  <bool>false</bool>
            </edit>
            <edit name="hinting" mode="assign" >
                  <bool>true</bool>
            </edit>
            <edit name="hintstyle" mode="assign" >
                  <const>hintslight</const>
            </edit>
      </match>
帖子里已经写了啊
另外,个别人既然很牛X怎么不把你牛X方法拿出来?
享受生活,享受ubuntu http://my.opera.com/dogfox/blog/

TOP

这个配置是针对LCD显示器的吧
在偶的CRT上字体显示发虚
很不清晰

TOP

我的就是crt啊
也許你的系統不是ubuntu吧
享受生活,享受ubuntu http://my.opera.com/dogfox/blog/

TOP

矢量字体反锯齿以后就是会发虚。winVista、macosx也一样

TOP

还不能接受这个字体……

TOP

   谢谢楼主,已经美化完成,看着还行

TOP

我的是处女贴,支持一下

TOP

太模糊!

TOP