summaryrefslogtreecommitdiff
path: root/src/gui/text/qfontengine_coretext_p.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-12-01 16:33:52 +0100
committerJørgen Lind <jorgen.lind@nokia.com>2010-12-01 17:08:07 +0100
commit9ec7743776a8d444d29ae4439039beff39fee1bc (patch)
tree93fc93c5f2b3f00546fd83b3ff8ed44b6d062f05 /src/gui/text/qfontengine_coretext_p.h
parentf7c8f2b75007e8fdbdcd39fc249cc3a59062ba2a (diff)
downloadqt4-tools-9ec7743776a8d444d29ae4439039beff39fee1bc.tar.gz
Restore patch that disappeared in merge
e50e811461b54e07184af547f62aa44b3c5bb681
Diffstat (limited to 'src/gui/text/qfontengine_coretext_p.h')
-rw-r--r--src/gui/text/qfontengine_coretext_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontengine_coretext_p.h b/src/gui/text/qfontengine_coretext_p.h
index d86c153b02..f31c0330f7 100644
--- a/src/gui/text/qfontengine_coretext_p.h
+++ b/src/gui/text/qfontengine_coretext_p.h
@@ -83,7 +83,7 @@ public:
virtual FaceId faceId() const;
virtual bool getSfntTableData(uint /*tag*/, uchar * /*buffer*/, uint * /*length*/) const;
virtual void getUnscaledGlyph(glyph_t glyph, QPainterPath *path, glyph_metrics_t *metrics);
- virtual QImage alphaMapForGlyph(glyph_t);
+ virtual QImage alphaMapForGlyph(glyph_t, QFixed subPixelPosition, const QTransform &t);
virtual QImage alphaRGBMapForGlyph(glyph_t, QFixed subPixelPosition, int margin, const QTransform &t);
virtual qreal minRightBearing() const;
virtual qreal minLeftBearing() const;