> Can you please point me to the code where webkit figures out how many > lines it needs to draw (1 line for each line of text) and how long of > each line need to be drawn.
Usually this is something you would figure out by yourself by following the source code. For example: create a simple test case, put a breakpoint in GraphicsContext::drawLine() function, and then see the backtrace. -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices R&D _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

