src/gui/text/qfontengine_win_p.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   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     int getGlyphIndexes(const QChar *ch, int numChars, QGlyphLayout *glyphs, bool mirrored) const;
   109     int getGlyphIndexes(const QChar *ch, int numChars, QGlyphLayout *glyphs, bool mirrored) const;
   110     void getCMap();
   110     void getCMap();
   111 
   111 
       
   112 #ifndef Q_WS_WINCE
       
   113     bool getOutlineMetrics(glyph_t glyph, const QTransform &t, glyph_metrics_t *metrics) const;
       
   114 #endif
       
   115 
   112     QString     _name;
   116     QString     _name;
   113     HFONT       hfont;
   117     HFONT       hfont;
   114     LOGFONT     logfont;
   118     LOGFONT     logfont;
   115     uint        stockFont  : 1;
   119     uint        stockFont  : 1;
   116     uint        ttf        : 1;
   120     uint        ttf        : 1;