LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: ShiyuTang

稍微美化了一下MDK 10.1 Offical

[复制链接]
发表于 2004-11-10 11:30:35 | 显示全部楼层
请问★☆版主★☆,到底具体怎么做呀?给个详细的步骤好吗?
发表于 2004-11-10 14:37:52 | 显示全部楼层

继续问一下如何解决英文变宽的问题

感觉斑竹说的fonts.conf中解决这个问题的代码是这些。
但是我不知道如何修改local.conf文件,才能解决问题。我将这个原封不动拷贝到local.conf中,也不行,将fonts.conf中的这段代码注释也不行,斑竹能否告诉详细解决方法,谢谢!
[PHP]
        <!--
          Some Asian fonts misadvertise themselves as monospaced when
            in fact they are dual-spaced (half and full).  This makes
              FreeType very confused as it forces all widths to match.
                Undo this magic by disabling the width forcing code -->
                <match target="font">
                        <test target="pattern" name="lang" compare="contains">
                                <string>zh-tw</string>
                                <string>zh-cn</string>
                                <string>ja</string>
                                <string>ko</string>
                        </test>
                        <edit name="spacing">
                                <const>proportional</const>
                        </edit>
                        <edit name="globaladvance">
                                <bool>false</bool>
                        </edit>
                </match>

[/PHP]
发表于 2004-11-13 00:33:06 | 显示全部楼层
再顶一下吧。忘楼主和斑竹帮帮我gnome下面字体变宽的问题。另外再kde下面,使用了这个字体,gtk的配置文件需要设置吗
发表于 2004-11-13 01:09:56 | 显示全部楼层
楼上的兄弟你还是用SimSun-noEn.ttf吧
ftp://ftp.linuxeden.com/ayiiq180/SimSun-noEn.ttf
发表于 2004-11-13 08:41:12 | 显示全部楼层
i hate simsun
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表