Changeset 225


Ignore:
Timestamp:
Oct 14, 2009, 10:22:42 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Change the default font from "System Proportional" to "Helvetica" since we only support what Freetype2 supports while the former is the unsupported OS/2 .FON file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qapplication_pm.cpp

    r187 r225  
    194194    qApp->setObjectName(priv->appName());
    195195
    196     // default font
    197     QApplicationPrivate::setSystemFont(
    198         QFont(QLatin1String("System Proportional"), 10));
     196    // default font (HELV.PFB series should always be present)
     197    QApplicationPrivate::setSystemFont(QFont(QLatin1String("Helvetica"), 10));
    199198
    200199    // QFont::locale_init();  ### Uncomment when it does something on OS/2
Note: See TracChangeset for help on using the changeset viewer.