Merge multiple lines of text into a single geometry node
authorGunnar Sletta <gunnar.sletta@nokia.com>
Thu, 23 Jun 2011 08:40:39 +0000 (10:40 +0200)
committerGunnar Sletta <gunnar.sletta@nokia.com>
Thu, 23 Jun 2011 08:40:39 +0000 (10:40 +0200)
commit098b7fb0ac84dbe65a8861cce76e036f0b9198d6
treeeaa86479874a61f8d201dc861e5b3cfd6d1a7d58
parentb35d6b475333fc2fabd0e91f1bfcf2f65aa4d4f4
Merge multiple lines of text into a single geometry node

Long term, we might want to have this kind of logic in the QSGGeometry
class through a grow() function or in the QSGRenderer, but we
only have this one usecase where it actually makes sense right
now, so I'm keeping it local.

Change-Id: Ibbb0dd4a6e4b587154e26ffc2a34375fbb4a571d
src/declarative/items/qsgtextnode.cpp
src/declarative/items/qsgtextnode_p.h
src/declarative/scenegraph/qsgdistancefieldglyphnode.cpp