Changeset 769 for trunk/src/gui/text/qfontengine_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/text/qfontengine_p.h
r651 r769 207 207 virtual qreal minRightBearing() const { return qreal(); } 208 208 209 virtual void getGlyphBearings(glyph_t glyph, qreal *leftBearing = 0, qreal *rightBearing = 0); 210 209 211 virtual const char *name() const = 0; 210 212 … … 375 377 virtual void doKerning(QGlyphLayout *, QTextEngine::ShaperFlags) const; 376 378 virtual void addOutlineToPath(qreal, qreal, const QGlyphLayout &, QPainterPath *, QTextItem::RenderFlags flags); 379 virtual void getGlyphBearings(glyph_t glyph, qreal *leftBearing = 0, qreal *rightBearing = 0); 377 380 378 381 virtual QFixed ascent() const;
Note:
See TracChangeset
for help on using the changeset viewer.