https://bugzilla.novell.com/show_bug.cgi?id=359984 User pwu@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=359984#c12 --- Comment #12 from Peng Wu <pwu@novell.com> 2008-02-19 20:35:12 MST --- I find that nearly all broken fonts has following section in font file: the fixed width is yes. But as the fonts contains both english and CJK, so the width shouldn't be fixed. epico@linux:~/build/ttx> ftdump ipag.ttf There is 1 face in this file. ----- Face number: 0 ----- font name entries family: IPAGothic style: Regular postscript: IPAGothic font type entries .. fixed width: yes .. I use TTX/FontTools, by using the following command: ttx -t post ipag.ttf vim ipag.ttx Modify from <isFixedPitch value="0"/> to <isFixedPitch value="0"/>. rebuild the fonts: ttx -m ipag.ttf ipag.ttx mv ipag#1.ttf /usr/share/fonts/truetype/ipag.ttf and re-dump font info: epico@linux:/usr/share/fonts/truetype> ftdump ipag.ttf There is 1 face in this file. ----- Face number: 0 ----- font name entries family: IPAGothic style: Regular postscript: IPAGothic font type entries .. fixed width: no .. The fonts in qtconfig is OK now. So I suggest maybe qt4 should ignore the field of fixed width, assuming it is always no. -- 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.