Follow-up Comment #28, bug #65974 (group groff): URW fonts are installed in .../font/devpdf from the Debian package "fonts-urw-base35".
I used the following script (N.B. use "groff" instead of "bgroff"):
for font in $HOME/git/bgroff/build/font/devpdf/U-*
do
echo ${font##*/}
ln -s $font $HOME/git/bgroff/font/devps/${font##*/}
done
-.- end of script
to add (as a link) the URW fonts to the "devps" directory.
Could thus produce a table with all the glyphs and display them with the
"gv" command.
The table is big, 12.807.286 bytes.
N.B. Similar tables are in the build/contrib/hdtbl/examples.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65974>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
