[cairo] Bug 29092. Use QGlyphRun API for rendering cairo glyphs in qt backend

Holger Hans Peter Freyther holger at freyther.de
Sun Aug 21 06:35:02 PDT 2011


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


More information about the cairo mailing list