Changeset 769 for trunk/src/gui/text/qfont.cpp
- 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/qfont.cpp
r651 r769 646 646 Returns the name of the font within the underlying window system. 647 647 648 Only on X11 when Qt was built without FontConfig support the XLFD (X Logical Font Description) 649 is returned; otherwise an empty string. 648 On X11, this function will return an empty string if Qt is built with 649 FontConfig support; otherwise the XLFD (X Logical Font Description) is 650 returned. 650 651 651 652 Using the return value of this function is usually \e not \e … … 820 821 resolve_mask |= QFont::WeightResolved | QFont::StyleResolved; 821 822 } 823 824 825 822 826 823 827 d->request.family = family; … … 2641 2645 QFontCache::~QFontCache() 2642 2646 { 2647 2643 2648 { 2644 2649 EngineDataCache::ConstIterator it = engineDataCache.constBegin(),
Note:
See TracChangeset
for help on using the changeset viewer.