[Webkit-unassigned] [Bug 140290] [GTK] Pixelated fonts used for Engadget headline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 12 13:53:29 PST 2015


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

--- Comment #10 from Martin Robinson <mrobinson at webkit.org> ---
(In reply to comment #9)

> > $ Tools/jhbuild/jhbuild-wrapper --gtk run fc-match "Segoe UI, proxima-nova,
> > proxima-nova-1, proxima-nova-2, Proxima Nova, Helvetica, Arial, sans-serif"
> > DejaVuSans.ttf: "DejaVu Sans" "Book"
> > 
> > $ fc-match "Segoe UI, proxima-nova, proxima-nova-1, proxima-nova-2, Proxima
> > Nova, Helvetica, Arial, sans-serif"
> > DejaVuSans.ttf: "DejaVu Sans" "Book"
> 
> It might be best to make a small reproducible test case first. Basically an
> HTML file with just the headline.

fc-match won't give proper results because it matches in a different way than WebKit. WebKit will walk down the font list until it matches a font with the same name. So it won't use "DejaVu Sans" here because it doesn't have the same name as "Segoe UI" or whatever font it matched. You might try doing the same thing manually, though I suspect the issue is with Helvetica or Arial.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150112/4b08eb14/attachment-0002.html>


More information about the webkit-unassigned mailing list