Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
git-svn-id: svn://10.0.0.236/trunk@232841 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -560,7 +560,7 @@ nsInlineFrame::ReflowFrames(nsPresContext* aPresContext,
|
||||
fm->GetMaxAscent(aMetrics.ascent);
|
||||
fm->GetHeight(aMetrics.height);
|
||||
// Include the text-decoration lines to the height.
|
||||
// Currently, only undeline is overflowable.
|
||||
// Currently, only underline is overflowable.
|
||||
nscoord offset, size;
|
||||
fm->GetUnderline(offset, size);
|
||||
nscoord ascentAndUnderline =
|
||||
|
||||
Reference in New Issue
Block a user