Mozilla.embedding wrote:
ok. For the moment, i'm trying to add some variables in layout classes but i
know it's not the best and clean solution. It would be a nice project to
change all private classes in public classes and make public interfaces for
accesssing all layout informations, no ?

Public interfaces imply stable interfaces, no? Not really possible when what layout information is stored may change at a moment's notice.


Also, some of the information you wanted (eg the exact font used) is not even stored in any layout classes last I checked...

You may be able to get a lot of the information via the DOM (computed style, offsetX, etc), but not everything you listed as wanted.

-Boris
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to