|
前几天我在这里发了一个贴子,说我的KDE只要设置SimSun字体就会死掉,当时不知道是怎么回事,觉得很是奇怪,也没见报有什么错误,就无理由退出。而且,KDE里面默认的字却是SimSun却没有任何问题。
今天,我又去下载了一下Xorg6.8.1,本来打算重新编译一下试试,这回先仔细阅读了一下README和RELEASE NOTE,才发现原来xorg6.8.1已经不支持xtt和Freetype1字形,而改由Freetype2里统一处理:
o Freetype was updated to version 2.1.8. But installing freetype from X
distributions would often or usually result in the replacement or use of
"stale" versions of freetype. On Linux, FreeBSD, Solaris 10, and SCO5,
therefore, X11R6.8.1 will by default use the version of freetype2 that
.....................
to config/cf/host.def.
o The XTT font module and FreeType1 have been retired because FreeType2
subsumes their functionality
o Retire old PS Type1 font rasterizer (except for CID font usage) since
the FreeType2 rasterizer now handles PS Type1 (*.pfa, *.pfb)
虽然这害我长期不能使用mozilla与fcitx输入法,但今天找到这个原因,还是很高兴。觉得X里的字体太复杂了,这样将不同的字体处理方法统一、合并,对用户来说是一件好事! |
|