[Webkit-unassigned] [Bug 59791] New: [Qt] Monospaced fonts are not working in Qt Webkit anymore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 03:59:03 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59791

           Summary: [Qt] Monospaced fonts are not working in Qt Webkit
                    anymore
           Product: WebKit
           Version: 312.x
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: qt-info at nokia.com


In Qt 4.7.2 QWebView is not rendering monospaced fonts anymore. The example below gives monospaced fonts in Qt 4.6.3, but not in Qt 4.7.2.

#include <QtGui>
#include <QtWebkit>

int main(int argc, char** argv)
{
    QApplication app(argc, argv);
    QWebView view;
    view.setHtml("<p style=\"font-family: Monospaced, Courier New; font-size:14pt;\">Some text.</p>");
    view.show();
    return app.exec();

}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list