Home | History | Annotate | Download | only in rendering

Lines Matching refs:fontAscent

635         int fontAscent = box->renderer()->style(m_firstLine)->fontMetrics().ascent();
637 setAscentAndDescent(ascent, descent, fontAscent, fontDescent, ascentDescentSet);
638 affectsAscent = fontAscent - box->logicalTop() > 0;