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.h

    r651 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)
     
    7373        OldEnglish, Decorative = OldEnglish,
    7474        System,
    75         AnyStyle
     75        AnyStyle,
     76        Cursive,
     77        Monospace,
     78        Fantasy
    7679    };
    7780
    7881    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
    9094    };
    9195
     
    292296    friend class QFontInfo;
    293297    friend class QPainter;
     298    friend class QPainterPrivate;
    294299    friend class QPSPrintEngineFont;
    295300    friend class QApplication;
Note: See TracChangeset for help on using the changeset viewer.