Changeset 846 for trunk/src/gui/text/qfont.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/text/qfont.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 73 73 OldEnglish, Decorative = OldEnglish, 74 74 System, 75 AnyStyle 75 AnyStyle, 76 Cursive, 77 Monospace, 78 Fantasy 76 79 }; 77 80 78 81 enum StyleStrategy { 79 PreferDefault = 0x0001, 80 PreferBitmap = 0x0002, 81 PreferDevice = 0x0004, 82 PreferOutline = 0x0008, 83 ForceOutline = 0x0010, 84 PreferMatch = 0x0020, 85 PreferQuality = 0x0040, 86 PreferAntialias = 0x0080, 87 NoAntialias = 0x0100, 88 OpenGLCompatible = 0x0200, 89 NoFontMerging = 0x8000 82 PreferDefault = 0x0001, 83 PreferBitmap = 0x0002, 84 PreferDevice = 0x0004, 85 PreferOutline = 0x0008, 86 ForceOutline = 0x0010, 87 PreferMatch = 0x0020, 88 PreferQuality = 0x0040, 89 PreferAntialias = 0x0080, 90 NoAntialias = 0x0100, 91 OpenGLCompatible = 0x0200, 92 ForceIntegerMetrics = 0x0400, 93 NoFontMerging = 0x8000 90 94 }; 91 95 … … 292 296 friend class QFontInfo; 293 297 friend class QPainter; 298 friend class QPainterPrivate; 294 299 friend class QPSPrintEngineFont; 295 300 friend class QApplication;
Note:
See TracChangeset
for help on using the changeset viewer.