tools/makeqpf/qpf2.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   541                         << "    width =" << glyph->width << "height =" << glyph->height
   541                         << "    width =" << glyph->width << "height =" << glyph->height
   542                         << "    advance =" << glyph->advance << "rounded from" << metrics.xoff
   542                         << "    advance =" << glyph->advance << "rounded from" << metrics.xoff
   543                         ;
   543                         ;
   544                 }
   544                 }
   545 
   545 
   546                 qMemCopy(data, img.bits(), img.byteCount());
   546                 memcpy(data, img.bits(), img.byteCount());
   547             }
   547             }
   548         }
   548         }
   549     }
   549     }
   550 
   550 
   551     addBlock(QFontEngineQPF::GMapBlock, gmap);
   551     addBlock(QFontEngineQPF::GMapBlock, gmap);