[Webkit-unassigned] [Bug 114618] Monospace fonts are not working in QtWebKit 2.3.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 17 11:38:32 PDT 2013


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





--- Comment #4 from Dmitry Shachnev <mitya57 at ubuntu.com>  2013-04-17 11:36:49 PST ---
Oh, I just found this in qfont_x11.cpp:

QString QFont::defaultFamily() const
{
...
    case QFont::Monospace:
        return QString::fromLatin1("Courier New");
...
}

If (for some reasons) Qt doesn't use font from system settings, maybe it'll make sense to use "monospace" instead of "Courier New", that works in GNOME, KDE and Windows (at least).

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