https://bugzilla.novell.com/show_bug.cgi?id=468559 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=468559#c18 --- Comment #18 from Mike Fabian <mfabian@novell.com> 2009-01-23 12:09:45 MST --- Example taken from /etc/fonts/suse-bitmaps.conf <!-- The IPA fonts have bitmaps only in 12, 14, and 16 pixels. That is rather useless, it is not nice to see a bitmaps at 12 pixels, antialiased glyphs at 13 pixels and bitmaps at 14 pixels again. --> <match target="font"> <test name="family"> <string>IPAMincho</string> <string>IPAGothic</string> <string>IPAPMincho</string> <string>IPAPGothic</string> <string>IPAUIGothic</string> </test> <edit name="autohint"> <bool>false</bool> </edit> <edit name="embeddedbitmap"> <bool>false</bool> </edit> </match> Change the font names as needed and omit the part which switches off the autohinter. -- 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.