[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:53:40 UTC 2019


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

--- Comment #20 from lightside <lightside at gmx.com> ---
Created attachment 205088
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205088&action=edit
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", which
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 package
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 package
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.

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


More information about the freebsd-gecko mailing list