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