Hello, I'd like to use the HTML rendering engine in Firefox to get ordered chunks of text with font and color information as a result, from a complete HTML 4 document loaded from disk.
I've begun investigating and navigating in the sources, setting up debugging so I can test stuff. I've seen that the information I'm looking for is available at paint-time in methods called from nsTextFrame::Paint, but of course this happens in response to GUI expose event. Another angle would be the printing engine. Any information or pointer to the right things to look for in the code are welcome :-) TIA, [jalb] _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
