Ignore:
Timestamp:
Aug 25, 2009, 4:54:23 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Added QFontEnginePMFT that makes use of FreeType to render fonts and enabled by default (no proper font matching yet, HELV.PFB is always used so far).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/text/qfontdatabase_pm.cpp

    r124 r125  
    4343
    4444#include "qabstractfileengine.h"
     45
     46#include "qfontengine_pm_p.h"
    4547
    4648QT_BEGIN_NAMESPACE
     
    9496        } else {
    9597            // @todo initializeDb() and stuff, get the engine
     98            QFontDef fd = req;
     99            fe = new QFontEnginePMFT(fd);
    96100        }
    97101        if (!fe) {
Note: See TracChangeset for help on using the changeset viewer.