Searched refs:fontSizeDelta (Results 1 – 2 of 2) sorted by relevance
139 float fontSizeDelta() const { return m_fontSizeDelta; } in fontSizeDelta() function
412 …float desiredFontSize = max(MinimumFontSize, startingFontSizes.get(node) + style->fontSizeDelta()); in applyRelativeFontStyleChange()