Searched refs:m_letterSpacing (Results 1 – 4 of 4) sorted by relevance
61 , m_letterSpacing(0) in FontDescription()159 float letterSpacing() const { return m_letterSpacing; } in letterSpacing()192 void setLetterSpacing(float s) { m_letterSpacing = s; } in setLetterSpacing()213 float m_letterSpacing; variable259 && m_letterSpacing == other.m_letterSpacing
212 if (m_letterSpacing == 0) { in updateTypesettingFeatures()
147 float m_letterSpacing; // Pixels to be added after each glyph. variable
380 , m_letterSpacing(font->fontDescription().letterSpacing()) in HarfBuzzShaper()926 spacing += m_letterSpacing; in setGlyphPositionsForHarfBuzzRun()941 offsetX += m_letterSpacing; in setGlyphPositionsForHarfBuzzRun()