[webkit-reviews] review requested: [Bug 14086] Safari 3 beta has severe rendering issues on German and Dutch installs of Windows : [Attachment 15017] Use the PostScript name when the full name lookup fails.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 02:32:51 PDT 2007


Dave Hyatt <hyatt at apple.com> has asked	for review:
Bug 14086: Safari 3 beta has severe rendering issues on German and Dutch
installs of Windows
http://bugs.webkit.org/show_bug.cgi?id=14086

Attachment 15017: Use the PostScript name when the full name lookup fails.
http://bugs.webkit.org/attachment.cgi?id=15017&action=edit

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
This patch adds an additional step when the creation of a CGFontRef fails.  If
the creation does fail using the full name (which can be localized on
non-English installs), we will get the font data of the font and find the
PostScript name.

We cache a mapping from localized names to PostScript names so that subsequent
lookups don't have to grovel through the font data again.

In my limited testing this fixed my issues.  I tested with Russian and Swedish
so far.  I think this should largely fix the "bold/italic" missing text issues.



More information about the webkit-reviews mailing list