Anthony Fok wrote: > On Fri, Jan 04, 2002 at 01:52:33PM +0800, scheme wrote: > >>I'm using unstable and found KDE 2.2.2 cannot display Chinese fonts if >>anti-aliasing enabled. >> > > Check your /etc/X11/XftConfig settings. Remove these: > > dir "/usr/X11R6/lib/X11/fonts/defoma/TrueType" > dir "/usr/X11R6/lib/X11/fonts/defoma/CID"
Actually, in the file it's ".../fonts/{TrueType|CID}". I'd checked the settings and thought OK. I was wrong. > > Add these: > > dir "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" > dir "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" Thanks, it works now. Probably this change should be done automatically in the x-ttcidfond-conf package.