Home | History | Annotate | Download | only in rendering

Lines Matching defs:fontHeight

3154     int fontHeight = style()->fontMetrics().height();
3155 if (fontHeight > rect.height() || (!isReplaced() && !isTable()))
3156 rect.setHeight(fontHeight);