https://bugzilla.novell.com/show_bug.cgi?id=376856 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376856#c10 --- Comment #10 from Mike Fabian <mfabian@novell.com> 2008-10-21 09:12:42 MDT --- Sanika> Could you please let me know the name of the font file kpdf is Sanika> using. More specifically, is it a .ttc file or a .ttf file. Sanika> I could see that acroread is not able to use .ttc font file to Sanika> render fonts, while other applications like kpdf can. Actually kpdf uses a .ttf file: mfabian@magellan:~/test-texts/pdf/japanese$ grep fonts /proc/$(pidof kpdf)/maps 7f44b279c000-7f44b281e000 r--p 00000000 08:02 1128499 /local/fonts/vista/ariali.ttf 7f44b281e000-7f44b28d6000 r--p 00000000 08:02 1128496 /local/fonts/vista/arial.ttf 7f44b28d6000-7f44b3180000 r--p 00000000 08:02 1128432 /local/fonts/vista/MSMINCHO.TTF 7f44b77cf000-7f44b7c86000 r--p 00000000 08:01 1100010 /usr/share/fonts/truetype/ipagp.ttf mfabian@magellan:~/test-texts/pdf/japanese$ (ipagp.ttf is used for the user interface of kpdf, MSMINCHO.TTF for the document). I happen to have three versions of "MS Mincho" installed, /usr/share/fonts/truetype/msmincho.ttc from Windows XP and /usr/share/fonts/vista/msmincho.ttc and /usr/share/fonts/vista/MSMINCHO.TTF from Windows Vista. mfabian@magellan:~/test-texts/pdf/japanese$ fc-list "MS Mincho" file /usr/share/fonts/truetype/msmincho.ttc: /usr/share/fonts/vista/msmincho.ttc: /usr/share/fonts/vista/MSMINCHO.TTF: mfabian@magellan:~/test-texts/pdf/japanese$ kpdf happens to use MSMINCHO.TTF. -- 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.