LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1230|回复: 6

debian里的字体问题,(最简单的设置获得较好的效果)

[复制链接]
发表于 2005-8-13 08:37:15 | 显示全部楼层 |阅读模式
用linux作桌面运用对于中文用户来说最主要的是字体和输入法,我在这里介绍一下我的设置。
输入法就用scim,有很多朋友在起初可能无法唤出输入法,这是由于local设置不对,一般在英文local下就可以用了,把local设为posixC就可以了。

字体就可以借助windows下的字体文件在:C:/windows/fonts文件夹下有simsun.ttc的文件,把它考到/usr/share/fonts/truetype/freefont下,改名为simsun.ttf

这里你可以多考一些truetype的字体,但这个字体看起来就很舒服了。

然后启动一个shell,运行fc-cache -fv

再编辑/etc/fonts/fonts.conf
在最后</fontconfig>之前加上
<match target="font">
   <test name="family"><string>Vera Sans YuanTi</string></test>
   <edit name="globaladvance"><bool>false</bool></edit>
</match>

<match target="font">
   <test name="family"><string>Vera Sans YuanTi Mono</string></test>
   <edit name="globaladvance"><bool>false</bool></edit>
</match>

<match target="font">
   <edit name="antialias"><bool>true</bool></edit>
   <edit name="hinting"><bool>false</bool></edit>
   <edit name="autohint"><bool>false</bool></edit>
</match>

<match target="font">
   <test name="pixelsize" compare="more_eq"><double>12</double></test>
   <test name="pixelsize" compare="less_eq"><double>16</double></test>
   <edit name="antialias"><bool>false</bool></edit>
   <edit name="hinting"><bool>true</bool></edit>
   <edit name="autohint"><bool>false</bool></edit>
</match>

这以后就会把字体变成windows那样细细的感觉。
加上:
<match target="font">
   <test name="family"><string>Vera Sans YuanTi</string></test>
   <edit name="globaladvance"><bool>false</bool></edit>
</match>

<match target="font">
   <test name="family"><string>Vera Sans YuanTi Mono</string></test>
   <edit name="globaladvance"><bool>false</bool></edit>
</match>

<match target="font">
   <edit name="antialias"><bool>true</bool></edit>
   <edit name="hinting"><bool>false</bool></edit>
   <edit name="autohint"><bool>false</bool></edit>
</match>
就会把字体变成mac os 那样粗粗的感觉。

但是不要两个都加。


通过以上设置应该说字体上已经很好了。这个小文只是给新手们一点参考,让朋友们少走些弯路,避免想用linux的朋友不至于因为字体问题又回到windows下。高手们莫笑话。。。



我用的系统是Debian 3.1 sarge.
发表于 2005-8-13 09:50:01 | 显示全部楼层
这么好的帖子怎么没有人顶阿
回复 支持 反对

使用道具 举报

发表于 2005-8-13 09:55:25 | 显示全部楼层
其实 现在Firefly和文泉驿都 有现成的包可用,一个命令就全 都搞定了,而且粗体也支持,不必非得去用MS的字体
装 文 泉驿,把下面的源加入 sources.list即可
# wqy-xfonts
deb http://apt.debian.org.tw unstable main/xfonts-wqy
deb http://www.emdebian.org/emdebian-tools/stable ./

Firefly字体 在Main里就有
ttf-firefly-sung - A set of Chinese TrueType fonts
ttf-arphic-newsung - "AR PL New Sung" Chinese TrueType font by FireFly
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-8-13 11:01:16 | 显示全部楼层
用了楼上建议的字体,感觉不错。楼上说的对,有自由的好字体可用就不去用M$的字体。省得又得被人说成侵权。
谢谢楼上的朋友。
回复 支持 反对

使用道具 举报

发表于 2005-8-13 11:51:19 | 显示全部楼层
Post by homesp
其实 现在Firefly和文泉驿都 有现成的包可用,一个命令就全 都搞定了,而且粗体也支持,不必非得去用MS的字体
装 文 泉驿,把下面的源加入 sources.list即可
# wqy-xfonts
deb http://apt.debian.org.tw unstable main/xfonts-wqy
deb http://www.emdebian.org/emdebian-tools/stable ./

Firefly字体 在Main里就有
ttf-firefly-sung - A set of Chinese TrueType fonts
ttf-arphic-newsung - "AR PL New Sung" Chinese TrueType font by FireFly

不知道这个更新了没有?文泉驿0.6的显示效果比0.5的要好很多,
不知道那个更新成0.6没有?


哦,看了一下,是更新过的了:)
回复 支持 反对

使用道具 举报

发表于 2005-8-13 12:09:58 | 显示全部楼层
carols第二天就更新了
回复 支持 反对

使用道具 举报

发表于 2005-8-14 10:35:12 | 显示全部楼层
Post by homesp
其实 现在Firefly和文泉驿都 有现成的包可用,一个命令就全 都搞定了,而且粗体也支持,不必非得去用MS的字体
装 文 泉驿,把下面的源加入 sources.list即可
# wqy-xfonts
deb http://apt.debian.org.tw unstable main/xfonts-wqy
deb http://www.emdebian.org/emdebian-tools/stable ./

Firefly字体 在Main里就有
ttf-firefly-sung - A set of Chinese TrueType fonts
ttf-arphic-newsung - "AR PL New Sung" Chinese TrueType font by FireFly



的确不错,感觉比simsun 看起来都要舒服多了,还有就是装上就行,不要这改那改的。呵呵,实在是太谢谢了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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