Text display procedure in Webkit GtK
HiI'm working on the WebKit and Text placement. I did lots of back trace on webkit in Gtk to find out where actually does the webkit gives the string of text to the text handler like cairo to show it.Can you give me any help or advise on that?Thanks Soheil Servati BeiraghPhD Candidate, ECE Department, Research Center for Integrated Microsystems,University of Windsor.
On Mon, Apr 11, 2011 at 10:13 AM, Soheil Servati Beiragh <sservati@yahoo.com> wrote:
I'm working on the WebKit and Text placement. I did lots of back trace on webkit in Gtk to find out where actually does the webkit gives the string of text to the text handler like cairo to show it. Can you give me any help or advise on that?
There are two places: 1. Font::drawGlyphs in Source/WebCore/platform/graphics/cairo/FontCairo.cpp for the simple text placement path. 2. Font::drawComplexText in Source/WebCore/platform/graphics/gtk/FontGtk.cpp for the complex text placement path. --Martin
participants (2)
-
Martin Robinson
-
Soheil Servati Beiragh