src/gui/text/qfontengine_s60_p.h
changeset 22 79de32ba3296
parent 18 2f34d5167611
child 25 e24348a560a6
--- a/src/gui/text/qfontengine_s60_p.h	Mon May 03 13:17:34 2010 +0300
+++ b/src/gui/text/qfontengine_s60_p.h	Fri May 14 16:40:13 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);