Searched refs:m_letterSpacing (Results 1 – 4 of 4) sorted by relevance
60 , m_letterSpacing(0) in FontDescription()122 float letterSpacing() const { return m_letterSpacing; } in letterSpacing()159 void setLetterSpacing(float s) { m_letterSpacing = s; } in setLetterSpacing()180 float m_letterSpacing; variable226 && m_letterSpacing == other.m_letterSpacing
189 if (m_letterSpacing == 0) { in updateTypesettingFeatures()
151 float m_letterSpacing; // Pixels to be added after each glyph. variable
386 , m_letterSpacing(font->fontDescription().letterSpacing()) in HarfBuzzShaper()902 spacing += m_letterSpacing; in setGlyphPositionsForHarfBuzzRun()917 offsetX += m_letterSpacing; in setGlyphPositionsForHarfBuzzRun()