VirtualBox

Ignore:
Timestamp:
Oct 23, 2008 1:53:01 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38388
Message:

FE/Qt4: 3217: "Font substitution fix not always works". Logging changed to printfs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp

    r13535 r13537  
    249249        QString currentFamily (QApplication::font().family());
    250250        bool isCurrentScaleable = fontDataBase.isScalable (currentFamily);
    251         LogFlowFunc (("Font: Current family is '%s'. It is %s.\n",
     251        printf ("Font: Current family is '%s'. It is %s.\n",
    252252            currentFamily.toLatin1().constData(),
    253             isCurrentScaleable ? "scalable" : "not scalable"));
     253            isCurrentScaleable ? "scalable" : "not scalable");
    254254
    255255        QStringList subFamilies (QFont::substitutes (currentFamily));
     
    257257        {
    258258            bool isSubScalable = fontDataBase.isScalable (sub);
    259             LogFlowFunc (("Font: Substitute family is '%s'. It is %s.\n",
     259            printf ("Font: Substitute family is '%s'. It is %s.\n",
    260260                sub.toLatin1().constData(),
    261                 isSubScalable ? "scalable" : "not scalable"));
     261                isSubScalable ? "scalable" : "not scalable");
    262262        }
    263263
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette