Changeset 846 for trunk/src/gui/text/qfont.cpp
- 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.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 78 78 #endif 79 79 #ifdef Q_OS_SYMBIAN 80 #include "qt_s60_p.h"80 #include 81 81 #endif 82 82 … … 1283 1283 \value Decorative is a synonym for \c OldEnglish. 1284 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1285 1294 \value System the font matcher prefers system fonts. 1286 1295 */ … … 1306 1315 \value OpenGLCompatible forces the use of OpenGL compatible 1307 1316 fonts. 1308 \value NoFontMerging If a font does not contain a character requested 1309 to draw then Qt automatically chooses a similar looking for that contains 1310 the character. This flag disables this feature. 1317 \value NoFontMerging If the font selected for a certain writing system 1318 does not contain a character requested to draw, then Qt automatically chooses a similar 1319 looking font that contains the character. The NoFontMerging flag disables this feature. 1320 Please note that enabling this flag will not prevent Qt from automatically picking a 1321 suitable font when the selected font does not support the writing system of the text. 1311 1322 1312 1323 Any of these may be OR-ed with one of these flags: … … 1317 1328 will use the nearest standard point size that the font 1318 1329 supports. 1330 1331 1319 1332 */ 1320 1333
Note:
See TracChangeset
for help on using the changeset viewer.