Searched refs:m_xHeight (Results 1 – 1 of 1) sorted by relevance
38 , m_xHeight(0) in FontMetrics()77 float xHeight() const { return m_xHeight; } in xHeight()80 m_xHeight = xHeight; in setXHeight()84 bool hasXHeight() const { return m_hasXHeight && m_xHeight > 0; } in hasXHeight()135 m_xHeight = 0; in reset()144 float m_xHeight; variable