Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2019 21:53:38 +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-VKPVdIWbRU@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

--- Comment #20 from lightside <lightside@gmx.com> ---
Created attachment 205088
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205088&action=
=3Dedit
Disabled LONG_PCF_NAMES option for print/freetype2 port

(In reply to comment #19)
The possible issue for this case is missing (or not installed, if they are
available) "lucida grande",  "geneva" fonts, but available "helvetica", whi=
ch
may point to either:
/usr/local/share/fonts/100dpi/helvR12-ISO8859-1.pcf.gz
/usr/local/share/fonts/75dpi/helvR12-ISO8859-1.pcf.gz
if using `fc-match helvetica` command.

% pkg which -o /usr/local/share/fonts/75dpi/helvR12-ISO8859-1.pcf.gz
/usr/local/share/fonts/75dpi/helvR12-ISO8859-1.pcf.gz was installed by pack=
age
x11-fonts/font-adobe-75dpi
% pkg which -o /usr/local/share/fonts/100dpi/helvR12-ISO8859-1.pcf.gz
/usr/local/share/fonts/100dpi/helvR12-ISO8859-1.pcf.gz was installed by pac=
kage
x11-fonts/font-adobe-100dpi

Attached screenshot, when LONG_PCF_NAMES disabled for print/freetype2 port =
(and
re-installation of x11-fonts/fontconfig to regenerate fonts cache):
% fc-match "lucida grande"
DejaVuSans.ttf: "DejaVu Sans" "Book"
% fc-match geneva
DejaVuSans.ttf: "DejaVu Sans" "Book"
% fc-match helvetica
helvR12-ISO8859-1.pcf.gz: "Helvetica" "Regular"
% fc-match arial
arial.ttf: "Arial" "Regular"
% fc-match sans-serif
DejaVuSans.ttf: "DejaVu Sans" "Book"

The DejaVuSans.ttf font is available from x11-fonts/dejavu port.
The arial.ttf is available from x11-fonts/webfonts.

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