Searched refs:hasXHeight (Results 1 – 2 of 2) sorted by relevance
84 bool hasXHeight() const { return m_hasXHeight && m_xHeight > 0; } in hasXHeight() function85 void setHasXHeight(bool hasXHeight) { m_hasXHeight = hasXHeight; } in setHasXHeight() argument
574 if (style.fontMetrics().hasXHeight()) in computeLengthDouble()