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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 18 02:36:42 PDT 2013


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





--- Comment #5 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2013-04-18 02:35:00 PST ---
(In reply to comment #4)
> 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).

Yes. Is that the same in the official Qt 4.8 release? If so, I would suggest opening a bug report on it at qt-project.org

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