equal
deleted
inserted
replaced
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()); |