Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2019 21:42:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 238482] x11-fonts/fontconfig: Firefox print pre-formatting is HORRIBLE ("bitmap font by default")
Message-ID:  <bug-238482-21738-CaV0vWMeuN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238482-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238482-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238482

lightside <lightside@gmx.com> changed:

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

--- Comment #19 from lightside <lightside@gmx.com> ---
Created attachment 205086
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205086&action=
=3Dedit
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 do=
wn
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=3D"lucida grande"><p>lucida grande:</p><p>The quick brown fox ju=
mps
over the lazy dog</p></font>
<font face=3D"geneva"><p>geneva:</p><p>The quick brown fox jumps over the l=
azy
dog</p></font>
<font face=3D"helvetica"><p>helvetica:</p><p>The quick brown fox jumps over=
 the
lazy dog</p></font>
<font face=3D"arial"><p>arial:</p><p>The quick brown fox jumps over the lazy
dog</p></font>
<font face=3D"sans-serif"><p>sans-serif:</p><p>The quick brown fox jumps ov=
er the
lazy dog</p></font>
</body>
</html>
-->8-

Attached mentioned index.html file, just in case.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238482-21738-CaV0vWMeuN>