diff -r cc75c76972ee -r c0432d11811c src/gui/text/qfontengine_s60_p.h --- a/src/gui/text/qfontengine_s60_p.h Wed Apr 21 12:15:23 2010 +0300 +++ b/src/gui/text/qfontengine_s60_p.h Wed Apr 21 20:15:53 2010 +0300 @@ -69,6 +69,7 @@ QFontEngineS60Extensions(CFont* fontOwner, COpenFont *font); QByteArray getSfntTable(uint tag) const; + bool getSfntTableData(uint tag, uchar *buffer, uint *length) const; const unsigned char *cmap() const; QPainterPath glyphOutline(glyph_t glyph) const; CFont *fontOwner() const; @@ -106,6 +107,7 @@ qreal minRightBearing() const { return 0; } QByteArray getSfntTable(uint tag) const; + bool getSfntTableData(uint tag, uchar *buffer, uint *length) const; static qreal pixelsToPoints(qreal pixels, Qt::Orientation orientation = Qt::Horizontal); static qreal pointsToPixels(qreal points, Qt::Orientation orientation = Qt::Horizontal);