Hi there, in my Java application I am trying to use gecko renderer to build HTML layouts.
With JavaXPCOM (or Eclipse SWT) interface I am able to embed the renderer and to get basic layout info of a loaded document via DOM. But the most important data is still missing: for example, coordinates of text rows (or smaller text portions), actually used font names, etc. Is there a way to dump the layout information as detailed as possible? Probably with debug tools? Probably there is a way to force PostScript or any other fake print output? >From the few documents I found, I learned, that the right place to start should be the Frame manager. But I am afraid there is no way to access/browse presentation frames from XPCOM. Thanks in advance, Igor _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

