Re: Bug 29092. Use QGlyphRun API for rendering cairo glyphs in qt backend
Holger Hans Peter Freyther <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
On 08/21/2011 12:23 AM, Oleg Romashin wrote: > - QVarLengthArray<QPointF> positions(num_glyphs); > - QVarLengthArray<unsigned int> glyphss(num_glyphs); > + QVector<QPointF> positions(num_glyphs); > + QVector<unsigned int> glyphss(num_glyphs); Hi, did you ask if the qt developers want to add a QVarLengthArray overload? holger -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo