Activity log for bug #34945

Date Who What changed Old value New value Message
2006-03-14 20:32:35 Steven Harms bug added bug
2006-03-14 21:53:04 Steven Harms description When the user runs dpkg-reconfigure fontconfig, and tells fontconfig to enable autohinting, the program needs to perform the equivalent of: ~/.fonts.conf: <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> </match> When the user runs dpkg-reconfigure fontconfig, and tells fontconfig to enable autohinting, the program needs to perform the equivalent of: ~/.fonts.conf: <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> </match> Although, in breezy this made fonts look good, while in dapper it makes them look distorted.
2006-04-06 17:10:33 Matt Zimmerman fontconfig: assignee doko
2006-04-06 17:10:33 Matt Zimmerman fontconfig: statusexplanation
2006-05-31 03:15:36 Carthik Sharma fontconfig: status Unconfirmed Needs Info
2006-05-31 03:15:36 Carthik Sharma fontconfig: statusexplanation Hi, Has this problem been fixed in the latest Dapper? Thank you for reporting this issue.
2006-07-08 18:33:43 Steven Harms fontconfig: status Needs Info Fix Released
2006-07-08 18:33:43 Steven Harms fontconfig: assignee doko
2006-07-08 18:33:43 Steven Harms fontconfig: statusexplanation Hi, Has this problem been fixed in the latest Dapper? Thank you for reporting this issue. Font hinter seems to be fixed now. For users with LCDs that want to enable truetype, you may set custom settings via System->Preferences->Font and paste the fonts.conf file in this bug into your .fonts.conf file in your home directory. Also if you have an LCD to get the best readable text (this is subjective) in the gnome font control panel turn hinting off.