[Webkit-unassigned] [Bug 14086] Safari 3 beta has severe rendering issues on German and Dutch installs of Windows

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


http://bugs.webkit.org/show_bug.cgi?id=14086


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |hyatt at apple.com
                   |unassigned at lists.webkit.org |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
  Attachment #15017|                            |review?
               Flag|                            |




------- Comment #12 from hyatt at apple.com  2007-06-14 02:32 PDT -------
Created an attachment (id=15017)
 --> (http://bugs.webkit.org/attachment.cgi?id=15017&action=view)
Use the PostScript name when the full name lookup fails.

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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list