Home
last modified time | relevance | path

Searched refs:fontHeight (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/
H A Dabstractlogview.cpp
/glogg/src/
H A Dabstractlogview.cpp163 const int fontHeight = fm.height(); in draw() local
182 fontHeight, chunk.backColor() ); in draw()
187 fontHeight, chunk.backColor() ); in draw()
198 painter.fillRect( xPos, yPos, blank_width, fontHeight, backColor_ ); in draw()
1432 const int fontHeight = charHeight_; in drawTextArea() local
1461 const int bottomOfTextPx = nbLines * fontHeight; in drawTextArea()
1526 const int yPos = i * fontHeight; in drawTextArea()
1625 viewport()->width(), fontHeight, backColor ); in drawTextArea()
1637 const qreal middleYLine = yPos + (fontHeight / 2); in drawTextArea()