Bugzilla – Bug 105626
Wavy rendering with freetype2.1.10 and IPA fonts
Last modified: 2006-02-08 12:32:34 UTC
Mozilla shows small latin latters of IPAGothic fonts in a wavy line. The older freetype on 9.3 doesn't show this behavior. An example is: http://kerneltrap.org/node/5557
as a quick workaround, I switched off the hinting for the IPA fonts. Submitted to STABLE: ------------------------------------------------------------------- Fri Aug 19 22:09:49 CEST 2005 - mfabian@suse.de - Bugzilla #105626: work around the loss of rendering quality for the IPA fonts caused by the update to freetype 2.1.10 by switching off the hinting for the IPA fonts. ------------------------------------------------------------------- In the long run, the rendering quality for CJK fonts of freetype should be improved again. I'll try to discuss this on the mailing lists but it might not be possible until the release of SuSE Linux 10.0.
*** Bug 105190 has been marked as a duplicate of this bug. ***
Adding Werner Lemberg <wl@gnu.org> to the CC: (He is one of the main freetype authors).
Up to freetype 2.1.9, the rendering for CJK fonts worked better because we applied the patch from http://www.kde.gr.jp/~akito/patch/freetype2/2.1.7 which improved the autohinting for CJK a lot. This patch is not so easy to adapt for freetype 2.1.10.
Takashi IWAI <tiwai@suse.de> made nice new patches which improve the autohinter for CJK fonts a lot. freetype2 package with his patches submitted to STABLE.
fonts-config package which does not disable the autohinter for the IPA fonts anymore submitted to STABLE.
FIXED.