[Kde-cygwin-cvs] CVS: qt-3/src/kernel qfontdatabase_win_qt4.cpp,NONE,1.1.2.1
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-10-24 18:10:24
|
Update of /cvsroot/kde-cygwin/qt-3/src/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1592/src/kernel Added Files: Tag: QT_WIN32_3_3_BRANCH qfontdatabase_win_qt4.cpp Log Message: new qt4-code - moved into own file --- NEW FILE: qfontdatabase_win_qt4.cpp --- /**************************************************************************** ** $Id: qfontdatabase_win_qt4.cpp,v 1.1.2.1 2005/10/24 18:10:16 chehrlic Exp $ ** ** Implementation of platform specific QFontDatabase ** ** Created : 20030709 ** ** Copyright (C) 2003 Richard Lärkäng ** Copyright (C) 2003 Ivan de Jesus Deras Tabora ** Copyright (C) 2004 Ralf Habacker ** Copyright (C) 2004 Peter Kuemmel ** Copyright (C) 2004 Christian Ehrlicher ** ** This file is part of the kernel module of the Qt GUI Toolkit. ** ** This file may be distributed under the terms of the Q Public License ** as defined by Trolltech AS of Norway and appearing in the file ** LICENSE.QPL included in the packaging of this file. ** [...1198 lines suppressed...] QFontEngine *loadEngine(int script, const QFontPrivate *fp, const QFontDef &request, QtFontFamily *family, QtFontFoundry *foundry, QtFontStyle *style) { return Qt4::loadEngine(script, fp, request, family, foundry, &Qt4::QtFontStyle(*style)); } void QFontDatabase::createDatabase() { if ( db ) return ; initializeDb(); } #endif |