Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/text/qfont.cpp

    r651 r769  
    646646    Returns the name of the font within the underlying window system.
    647647
    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.
    650651
    651652    Using the return value of this function is usually \e not \e
     
    820821        resolve_mask |= QFont::WeightResolved | QFont::StyleResolved;
    821822    }
     823
     824
     825
    822826
    823827    d->request.family = family;
     
    26412645QFontCache::~QFontCache()
    26422646{
     2647
    26432648    {
    26442649        EngineDataCache::ConstIterator it = engineDataCache.constBegin(),
Note: See TracChangeset for help on using the changeset viewer.