[Bug 67226] Re: [karmic] Firefox 3.5 and openoffice do not stick to antialiasing render settings
Teej
xteejyx at googlemail.com
Sun Nov 1 17:46:52 UTC 2009
Marking this Triaged, there should be enough information here for a
developer to debug this and begin working on it, so I shall leave it in
their capable hands. Thank you guys for reporting this and keeping it
updated, and good luck :)
** Changed in: firefox-3.5 (Ubuntu)
Status: Incomplete => Triaged
** Description changed:
Binary package hint: firefox
The font in firefox is too blurry, maybe hinting is enabled.
The gnome interface font is ok, only firefox and openoffice suffers from this problem.
I already try to disable hinting on about:config in firefox, but this
was disabled by default.
Thanks.
+
+ ==================
+ My /.fonts.conf looked like this:
+
+ <?xml version='1.0'?>
+ <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
+ <fontconfig>
+ <match target="font" >
+ <edit mode="assign" name="rgba" >
+ <const>none</const>
+ </edit>
+ </match>
+ <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="antialias" >
+ <bool>true</bool>
+ </edit>
+ </match>
+ <dir>/home/jack/.fontmatrix</dir>
+ </fontconfig>
+
+ After deleting:
+
+ <match target="font" >
+ <edit mode="assign" name="hintstyle" >
+ <const>hintfull</const>
+ </edit>
+ </match>
+
+ everything seems to be fixed.
--
[karmic] Firefox 3.5 and openoffice do not stick to antialiasing render settings
https://bugs.launchpad.net/bugs/67226
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to Mozilla Firefox.
More information about the Ubuntu-mozillateam-bugs
mailing list