[webkit-dev] Font layout features

Jason Rukman JasonR at bsquare.com
Thu Jan 21 10:42:17 PST 2010


I'm also using icu... does this mean I should be ok?

-----Original Message-----
From: evanm at google.com [mailto:evanm at google.com] On Behalf Of Evan
Martin
Sent: Thursday, January 21, 2010 10:41 AM
To: Jason Rukman
Cc: webkit-dev at lists.webkit.org
Subject: Re: [webkit-dev] Font layout features

On Thu, Jan 21, 2010 at 10:23 AM, Jason Rukman <JasonR at bsquare.com>
wrote:
> I guess my main question is; "What does pango do for the gtk port?" Do
I need to worry that we are not using it and just using freetype?

Complex text.  Without Pango or Harfbuzz or ICU you won't properly
display Arabic, Hebrew, Indic scripts, and strange combinations of
more ordinary letters involving combining characters "m" plus "acute".
 CJK ought to work though.

> We have the layout tests running but at this point we aren't running
the pixel tests; is this necessary for the text rendering tests to show
up issues or will we be hitting the necessary tests without them?

Some layout tests may catch some of these issues, but you probably
need pixels to verify the actual scripts come out ok.


More information about the webkit-dev mailing list