Searched defs:hasXHeight (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontMetrics.h86 bool hasXHeight() const { return m_hasXHeight && m_xHeight > 0; } function in class:blink::FontMetrics
87 void setHasXHeight(bool hasXHeight) { m_hasXHeight = hasXHeight; } argument

Completed in 363 milliseconds