https://bugzilla.novell.com/show_bug.cgi?id=340738 Summary: OpenOffice.org doesn't honour font hinting settings Product: openSUSE 10.3 Version: Final Platform: x86 OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: OpenOffice.org AssignedTo: eward@novell.com ReportedBy: ashaduri@yandex.ru QAContact: qa@suse.de Found By: Customer I changed the font hinting to autohinting on my system through ~/.fonts.conf (see below). Every application (KDE apps, GTK2 apps, Opera, etc...) honour it, except OpenOffice.org. Both the menus and the writing area in it are not autohinted. The visual difference is very apparent. I remember it working correctly in 10.2 (it was a little blurrier than the rest of the apps, but still autohinted). Tested on OpenSUSE 10.3, with OpenOffice_org-2.3.0.1.2-10 . My ~/.fonts.conf : <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font" > <edit mode="assign" name="hinting" > <bool>true</bool> </edit> </match> <match target="font" > <edit mode="assign" name="hintstyle" > <const>hintfull</const> </edit> </match> <match target="font" > <edit mode="assign" name="autohint" > <bool>true</bool> </edit> </match> <match target="font" > <edit mode="assign" name="antialias" > <bool>true</bool> </edit> </match> <match target="font" > <edit mode="assign" name="dpi" > <double>96</double> </edit> </match> </fontconfig> -- 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.