[EMAIL PROTECTED] wrote:
In my test page, I specified a line of text using "monospace" size 10
font.

10 what?  10px?  10pt?  10m?  10in?  <font size="10">?

But when I step thru the Firefox 3 code (specifically the following
method), the aFont.size() i get is 800.00.

aFont.size is in app units, as clearly documented in nsFont.h. 800 app units is 13 and 1/3 CSS pixels.

The relevant nsFont is probably created somewhere in nsRuleNode.cpp

-Boris
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to