Daniel Holbert wrote:
This: 529 nscoord TwipsToAppUnits(PRInt32 aTwips) const and one of these: 512 PRInt32 AppUnitsToDevPixels(nscoord aAppUnits) const 497 static PRInt32 AppUnitsToIntCSSPixels(nscoord aAppUnits)
Note that if your coords are actually app units, not twips, then you don't need the first one.
-Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

