https://bugzilla.novell.com/show_bug.cgi?id=359984 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=359984#c13 --- Comment #13 from Mike Fabian <mfabian@novell.com> 2008-02-20 04:55:46 MST --- Thank you very much for your investigation, this is very interesting. I wonder why the workaround which I added to /etc/fonts/suse-pre-user.conf long ago doesn’t work anymore for Qt4: <!-- The dual-width Asian fonts (spacing=dual) are not rendered correctly, apparently Xft forces all widths to match. Trying to disable the width forcing code by setting globaladvance=false alone doesn't help. As a brute force workaround, also set spacing=proportional, i.e. handle them as proportional fonts: --> <match target="font"> <test name="lang" compare="contains"> <string>ja</string> <string>zh</string> <string>ko</string> </test> <test name="spacing" compare="eq"> <const>dual</const> </test> <edit name="spacing" binding="strong"> <const>proportional</const> </edit> <edit name="globaladvance" binding="strong"> <bool>false</bool> </edit> </match> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.