Hi,
you can look at the code :RenderTextControl::paint(paintInfo, tx, ty);
webkit doesn't really paint anything ,all the paint was done by graphic library like
qt gtk etc, in qt, it may call QPainter::void drawText ( const QPointF & position, const QString & text ).


Hi,

Can you please point me to the code of how each character of text in a
web page is drawn on a screen?
I would like to look at the logic of Webkit about how it determine to
draw a Rectangle on the screen instead of the glyph of a character on
the screen.

Thank you for any pointer.


  

_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to