Home | History | Annotate | Download | only in rendering

Lines Matching refs:fontDescent

636         int fontDescent = box->renderer()->style(m_firstLine)->fontMetrics().descent();
637 setAscentAndDescent(ascent, descent, fontAscent, fontDescent, ascentDescentSet);
639 affectsDescent = fontDescent + box->logicalTop() > 0;