Can you please tell me which Graphics library WebKit gtk port uses to paint on Screen (think like text, line, rectangle, etc, etc). And which font library that it (Webkit gtk port) uses? e.g. it needs to load the font the page uses (using css) to render the paragraph of text on screen?


Cairo/GDK for drawing and Pango for fonts.

Niklas

Thank you.
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to