Home | History | Annotate | Download | only in qt

Lines Matching refs:fm

43     QFontMetrics fm(m_platformData.font());
45 m_ascent = fm.ascent();
46 m_descent = fm.descent();
47 m_lineSpacing = fm.lineSpacing();
48 m_xHeight = fm.xHeight();
49 m_spaceWidth = fm.width(QLatin1Char(' '));
50 m_lineGap = fm.leading();
64 QFontMetrics fm(m_platformData.font());
65 m_avgCharWidth = fm.averageCharWidth();
66 m_maxCharWidth = fm.maxWidth();