[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:26:03 PDT 2013


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





--- Comment #3 from Dmitry Shachnev <mitya57 at ubuntu.com>  2013-04-17 11:24:21 PST ---
defaultFamily() of QFont::Monospace is "Courier New", but that font doesn't exist in the system, so probably this is the issue.

But, for some reason, monospace font works in Web Inspector and other widgets. In example, this works OK (and the font is really monospace):

QFont font;
QTextEdit edit;
font.setFamily ("monospace");
edit.setFont (font);

I tested this on Kubuntu 13.04 live image, will test on my home PC tomorrow.

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