[Webkit-unassigned] [Bug 50999] Supports Unicode variation selector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 16 21:34:15 PST 2010


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


Kenichi Ishibashi <bashi at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hamaji at chromium.org,
                   |                            |hayato at chromium.org,
                   |                            |yuzo at google.com




--- Comment #2 from Kenichi Ishibashi <bashi at google.com>  2010-12-16 21:34:16 PST ---
(In reply to comment #1)
> Created an attachment (id=76844)
 --> (https://bugs.webkit.org/attachment.cgi?id=76844&action=review) [details]
> Patch V0

Hi,

I wrote a patch for this. This patch makes WebKit possible to render UVSes in MacOS10.6. Here are some notes:
- For win port with CoreGraphics wrapper, I tried to use wkGetGlyphs() to obtain glyph id for UVSes, but it seems that it doesn't support UVSes even on Windows7, which supports UVSes. Since I cannot see the code and cannot modify it, I think we should wait for updating the library function by Apple.
- Other ports are not supported for now. Once I can successfully add UVSes support on MacOS10.6, I'd like to continue to implement on another ports which provide a way to handle UVSes (e.g. ports using FreeType2).
- For a test, I used a tiny TrueType font which is used by Mozilla <http://mxr.mozilla.org/mozilla-central/source/layout/reftests/fonts/gw432047.ttf>. It's originally from <http://en.glyphwiki.org/> and can be used in public (See the license: http://en.glyphwiki.org/wiki/GlyphWiki:License).

-- 
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