你不看我的帖子么?
http://p.vim-cn.com/c5v/xml

On Sun, May 20, 2012 at 10:54:06AM +0800, Tao KY wrote:
> .fonts.conf的内容:
> <?xml version='1.0'?>
> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
> <fontconfig>
>  <match target="font">
>   <edit mode="assign" name="rgba">
>    <const>rgb</const>
>   </edit>
>  </match>
>  <match target="font">
>   <edit mode="assign" name="hinting">
>    <bool>true</bool>
>   </edit>
>  </match>
>  <match target="font">
>   <edit mode="assign" name="hintstyle">
>    <const>hintmedium</const>
>   </edit>
>  </match>
>  <match target="font">
>   <edit mode="assign" name="antialias">
>    <bool>true</bool>
>   </edit>
>  </match>
>  <dir>~/.fonts</dir>
> </fontconfig>
> 哪里要改?

-- 
Best regards,
lilydjwg

Linux Vim Python 我的博客:
http://lilydjwg.is-programmer.com/
-- 
A: Because it obfuscates the reading.
Q: Why is top posting so bad?

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

回复