Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/text/qfont.cpp

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    7878#endif
    7979#ifdef Q_OS_SYMBIAN
    80 #include "qt_s60_p.h"
     80#include <private/qt_s60_p.h>
    8181#endif
    8282
     
    12831283    \value Decorative is a synonym for \c OldEnglish.
    12841284
     1285    \value Monospace the font matcher prefers fonts that map to the
     1286    CSS generic font-family 'monospace'.
     1287
     1288    \value Fantasy the font matcher prefers fonts that map to the
     1289    CSS generic font-family 'fantasy'.
     1290
     1291    \value Cursive the font matcher prefers fonts that map to the
     1292    CSS generic font-family 'cursive'.
     1293
    12851294    \value System the font matcher prefers system fonts.
    12861295*/
     
    13061315    \value OpenGLCompatible forces the use of OpenGL compatible
    13071316           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.
    13111322
    13121323    Any of these may be OR-ed with one of these flags:
     
    13171328           will use the nearest standard point size that the font
    13181329           supports.
     1330    \value ForceIntegerMetrics forces the use of integer values in font engines that support fractional
     1331           font metrics.
    13191332*/
    13201333
Note: See TracChangeset for help on using the changeset viewer.