diff -r dee5afe5301f -r 3f74d0d4af4c src/gui/text/qfontengine_win_p.h --- a/src/gui/text/qfontengine_win_p.h Mon Mar 15 12:43:09 2010 +0200 +++ b/src/gui/text/qfontengine_win_p.h Thu Apr 08 14:19:33 2010 +0300 @@ -106,6 +106,8 @@ virtual QImage alphaMapForGlyph(glyph_t, const QTransform &xform); virtual QImage alphaRGBMapForGlyph(glyph_t t, int margin, const QTransform &xform); + virtual void getGlyphBearings(glyph_t glyph, qreal *leftBearing = 0, qreal *rightBearing = 0); + int getGlyphIndexes(const QChar *ch, int numChars, QGlyphLayout *glyphs, bool mirrored) const; void getCMap();