[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: groff -Tpdf bug?
From: |
Tadziu Hoffmann |
Subject: |
Re: groff -Tpdf bug? |
Date: |
Fri, 22 May 2020 19:44:29 +0200 |
User-agent: |
Mutt/1.11.4 (2019-03-13) |
> Is there a command line option to include the fonts?
We had a discussion about this general problem a few weeks ago
on this list. gropdf has an "-e" option, but you don't need
it, it's sufficient to tell gropdf where the font files are
by adding their paths to gropdf's "download" file, usually
/usr/share/groff/current/font/devpdf/download.
(You can also create your own directory and set the
environment variable GROFF_FONT_PATH instead.)
For example, this works for me in the download file:
<tab>Times-Roman<tab>/usr/share/fonts/ghostscript/n021003l.pfb
<tab>Times-Italic<tab>/usr/share/fonts/ghostscript/n021023l.pfb
<tab>Times-Bold<tab>/usr/share/fonts/ghostscript/n021004l.pfb
<tab>Times-BoldItalic<tab>/usr/share/fonts/ghostscript/n021024l.pfb
Re: groff -Tpdf bug?, Ralph Corderoy, 2020/05/22