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