[Webkit-unassigned] [Bug 56003] Unicode characters get different font fallback in the same text run

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 10:43:09 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=56003


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Unicode characters rendered |Unicode characters get
                   |incorrectly                 |different font fallback in
                   |                            |the same text run
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ap at webkit.org,
                   |                            |mitz at webkit.org
     Ever Confirmed|0                           |1




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2011-03-09 10:43:09 PST ---
The reason is that one of the characters exists in Lucida Grande font, and another doesn't, so it comes from a different font.

The most straightforward way to fix this bug would be to add BLACK LEFT-POINTING POINTER to Lucida Grande. Please file a bug for Apple via <http://bugreport.apple.com> about that.

That said, perhaps WebKit could be smarter about choosing font fallback within text runs (neither character exists in the default Times, but they both exist in many fonts present on Mac OS X, just not in Lucida Grande).

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



More information about the webkit-unassigned mailing list