src/gui/text/qfontengine_win_p.h
changeset 22 79de32ba3296
parent 19 fcece45ef507
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
   104 
   104 
   105     virtual QImage alphaMapForGlyph(glyph_t t) { return alphaMapForGlyph(t, QTransform()); }
   105     virtual QImage alphaMapForGlyph(glyph_t t) { return alphaMapForGlyph(t, QTransform()); }
   106     virtual QImage alphaMapForGlyph(glyph_t, const QTransform &xform);
   106     virtual QImage alphaMapForGlyph(glyph_t, const QTransform &xform);
   107     virtual QImage alphaRGBMapForGlyph(glyph_t t, int margin, const QTransform &xform);
   107     virtual QImage alphaRGBMapForGlyph(glyph_t t, int margin, const QTransform &xform);
   108 
   108 
       
   109 #ifndef Q_CC_MINGW
   109     virtual void getGlyphBearings(glyph_t glyph, qreal *leftBearing = 0, qreal *rightBearing = 0);
   110     virtual void getGlyphBearings(glyph_t glyph, qreal *leftBearing = 0, qreal *rightBearing = 0);
       
   111 #endif
   110 
   112 
   111     int getGlyphIndexes(const QChar *ch, int numChars, QGlyphLayout *glyphs, bool mirrored) const;
   113     int getGlyphIndexes(const QChar *ch, int numChars, QGlyphLayout *glyphs, bool mirrored) const;
   112     void getCMap();
   114     void getCMap();
   113 
   115 
   114 #ifndef Q_WS_WINCE
   116 #ifndef Q_WS_WINCE