[Bug 238482] x11-fonts/fontconfig: Firefox print pre-formatting is HORRIBLE ("bitmap font by default")

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 15 21:42:11 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238482

lightside <lightside at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lightside at gmx.com

--- Comment #19 from lightside <lightside at gmx.com> ---
Created attachment 205086
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205086&action=edit
The index.html file for test

Hello. I was notified about this issue, when it was linked for bug #225744.

I investigated this issue a little, and I think, that it may be narrowed down
to usage of following CSS style:
font-family: lucida grande, geneva, helvetica, arial, sans-serif;
if reading CUPS source files:
https://github.com/apple/cups/blob/73721e3edb270a33b96a56e4a1f6f6ae1db4ff34/doc/cups-printable.css

Possible to use following test case (index.html file) for a browser:
-8<--
<!DOCTYPE html>
<html>
<head>
<style>
body {
  font-family: lucida grande, geneva, helvetica, arial, sans-serif;
}
</style>
</head>
<body>
<p>selected font-family:</p><p>The quick brown fox jumps over the lazy dog</p>
<font face="lucida grande"><p>lucida grande:</p><p>The quick brown fox jumps
over the lazy dog</p></font>
<font face="geneva"><p>geneva:</p><p>The quick brown fox jumps over the lazy
dog</p></font>
<font face="helvetica"><p>helvetica:</p><p>The quick brown fox jumps over the
lazy dog</p></font>
<font face="arial"><p>arial:</p><p>The quick brown fox jumps over the lazy
dog</p></font>
<font face="sans-serif"><p>sans-serif:</p><p>The quick brown fox jumps over the
lazy dog</p></font>
</body>
</html>
-->8-

Attached mentioned index.html file, just in case.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-gecko mailing list