equal
deleted
inserted
replaced
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtGui of the Qt Toolkit. |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
8 ** |
8 ** |
9 ** $QT_BEGIN_LICENSE:LGPL$ |
9 ** $QT_BEGIN_LICENSE:LGPL$ |
10 ** No Commercial Usage |
10 ** No Commercial Usage |
11 ** This file contains pre-release code and may not be distributed. |
11 ** This file contains pre-release code and may not be distributed. |
12 ** You may use this file in accordance with the terms and conditions |
12 ** You may use this file in accordance with the terms and conditions |
54 // |
54 // |
55 |
55 |
56 #include "qconfig.h" |
56 #include "qconfig.h" |
57 #include "qfontengine_p.h" |
57 #include "qfontengine_p.h" |
58 #include "qsize.h" |
58 #include "qsize.h" |
59 #include <OPENFONT.H> |
59 #include <openfont.h> |
60 |
60 |
61 class CFbsBitmap; |
61 class CFbsBitmap; |
62 class CFbsBitmapDevice; |
62 class CFbsBitmapDevice; |
63 class CFbsBitGc; |
63 class CFbsBitGc; |
64 class CFont; |
64 class CFont; |