Searched refs:m_applyFontSize (Results 1 – 2 of 2) sorted by relevance
193 bool applyFontSize() const { return m_applyFontSize.length() > 0; } in applyFontSize()197 String fontSize() { return m_applyFontSize; } in fontSize()210 && m_applyFontSize == other.m_applyFontSize;228 String m_applyFontSize; variable
1519 m_applyFontSize = String::number(legacyFontSize); in extractTextStyles()