jarson
发表于 2005-2-22 14:30:30
cnhnln, 瞒着大家不上传!哼哼 :-):lol:
耍大牌? :?:(
cnhnln
发表于 2005-2-22 19:19:25
贴个图各位先看看
jarson
发表于 2005-2-23 08:56:11
贴个图各位先看看
bs一下3n! :x:twisted::twisted:
cnhnln
发表于 2005-2-23 13:49:16
ftp://Linux:
[email protected]/upload/linuxsong
版主的FTP,具体信息内详 http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=4336
atfa
发表于 2005-2-23 14:18:04
现在3n没有rpwt了 :mrgreen:
atfa
发表于 2005-2-23 14:25:14
看了3n的字体,发现一个小小的不足
为什么你的第一个贴图显示出来最小的字号的时候很模糊呢?
cnhnln
发表于 2005-2-23 17:23:03
因为那个大小的字号没点阵,所有就只有AA了,否则字体就变形了
atfa
发表于 2005-2-23 23:16:38
你那个大小是多少号?你把unisun的点阵导进去吧?这样就好很多了!
另外,你这个字体在windows下面有这个错误:
LinuxSong-Italic+bdf.ttf
看 4 这个阿拉伯数字!那一竖断啦!
http://www.linuxfans.org/nuke/modules/Forums/files/linuxsong-italic_bdf.ttf.jpg
cnhnln
发表于 2005-2-23 23:38:25
你那个大小是多少号?你把unisun的点阵导进去吧?这样就好很多了!
另外,你这个字体在windows下面有这个错误:
LinuxSong-Italic+bdf.ttf
看 4 这个阿拉伯数字!那一竖断啦!
只用了simsun里的12、13、14、15、16、18 pixelsize的GBK点阵
unisun里有10、11pixelsize点阵,不过它们太小了,遇到比较复杂、笔画比较多的字时,就陀成一个黑疙瘩了,笔画看不清的。所以没用
至于你说的 4 断开我倒没注意,以后有机会看看
cnhnln
发表于 2005-2-23 23:43:18
用这个字体需要注意。要把下面的内容复制到 /etc/fonts/fonts.conf
<match target="font">
<test name="family"><string>LinuxSong</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>
atfa
发表于 2005-2-24 00:01:35
经过测试,在Linux下面这个字体不会出现4断开的现象。
但是,有可能是我的firefly 打过补丁的fontconfig带来的好处
也许你的字体还是有问题,建议你仔细观察一下
另外
我也没有把你 的这个配置cp到我的配置文件里面,效果很不错了
cnhnln
发表于 2005-2-24 12:15:55
上面那一段内容是为了在字体大小为12~16pixelsize的时候关掉AA、打开hinting、使用内嵌的点阵,就像win下的效果一样。在其他大小时用AA,因为没有了点阵,不AA的话字体会破碎变形