src/gui/text/qfontengine.cpp
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
child 8 3f74d0d4af4c
equal deleted inserted replaced
4:3b1da2848fc7 5:d3bac044e0f0
   355                     ++current;
   355                     ++current;
   356                 }
   356                 }
   357                 ++i;
   357                 ++i;
   358             }
   358             }
   359         } else {
   359         } else {
   360             positions.resize(glyphs.numGlyphs);
       
   361             glyphs_out.resize(glyphs.numGlyphs);
       
   362             int i = 0;
       
   363             while (i < glyphs.numGlyphs) {
   360             while (i < glyphs.numGlyphs) {
   364                 if (!glyphs.attributes[i].dontPrint) {
   361                 if (!glyphs.attributes[i].dontPrint) {
   365                     QFixed gpos_x = xpos + glyphs.offsets[i].x;
   362                     QFixed gpos_x = xpos + glyphs.offsets[i].x;
   366                     QFixed gpos_y = ypos + glyphs.offsets[i].y;
   363                     QFixed gpos_y = ypos + glyphs.offsets[i].y;
   367                     QPointF gpos(gpos_x.toReal(), gpos_y.toReal());
   364                     QPointF gpos(gpos_x.toReal(), gpos_y.toReal());