groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: [gropdf]: Add more search paths to Foundry file.


From: Deri James
Subject: [groff] 01/01: [gropdf]: Add more search paths to Foundry file.
Date: Tue, 21 Jun 2022 19:26:34 -0400 (EDT)

deri pushed a commit to branch master
in repository groff.

commit d55157d39ab4d01bccea276122a2f3a5b1e30452
Author: Deri James <deri@chuzzlewit.myzen.co.uk>
AuthorDate: Wed Jun 22 00:24:04 2022 +0100

    [gropdf]: Add more search paths to Foundry file.
    
    * font/devpdf/Foundry.in: Use the directory specified with the
    config flag --with-urw-fonts-dir to populate the default foundry
    as well as the U foundry. Important to populate the download
    file with font files to embed the fonts not part of the base
    pdf fonts or if user wants all fonts embedded.
---
 ChangeLog              | 14 ++++++++++++--
 font/devpdf/Foundry.in |  4 ++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 59db0d13..2443e1b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2022-06-21  Deri James  <deri@chuzzlewit.myzen.co.uk>
+
+       [gropdf]: Add more search paths to the Foundry file.
+
+       * font/devpdf/Foundry.in: Use the directory specified with the
+       config flag --with-urw-fonts-dir to populate the default foundry
+       as well as the U foundry. Important to populate the download
+       file with font files to embed the fonts not part of the base
+       pdf fonts or if user wants all fonts embedded.
+
 2022-06-21  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * tmac/an-ext.tmac (UR, MT): Fix problem with hyphenation
@@ -148,14 +158,14 @@
        * src/roff/groff/groff.cpp (help): Revise usage message for
        expressiveness and clarity.
 
-2022-06-10  Deri James  <deri@chuzzlewit.myzen.co.uk>
+2022-06-21  Deri James  <deri@chuzzlewit.myzen.co.uk>
 
        [gropdf]: Correct display of pathnames used.
 
        * font/devpdf/util/BuildFoundries.pl: Convert array to
        string of pathnames.
 
-2022-06-10  Deri James  <deri@chuzzlewit.myzen.co.uk>
+2022-06-21  Deri James  <deri@chuzzlewit.myzen.co.uk>
 
        [gropdf]: Fix to gropdf.
 
diff --git a/font/devpdf/Foundry.in b/font/devpdf/Foundry.in
index 4aa52303..3971ad96 100644
--- a/font/devpdf/Foundry.in
+++ b/font/devpdf/Foundry.in
@@ -20,7 +20,7 @@
 
 #=======================================================================
 #Foundry|Name|Search path
-foundry||(gs)
+foundry||@urwfontsdir@:(gs):/usr/share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35:/usr/share/fonts/type1/urw-base35:/opt/local/share/fonts/urw-fonts:/usr/local/share/fonts/ghostscript
 
 # Enable the font description files for grops (generated from Adobe
 # foundry font files) to be used with gropdf.  afmtodit must not be
@@ -72,7 +72,7 @@ EURO|N||||*../devps/freeeuro.pfa
 # URW fonts are typically shipped with Ghostscript, but can be replaced.
 
 #Foundry|Name|Search path
-foundry|U|@urwfontsdir@:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35:/usr/share/fonts/type1/urw-base35:/opt/local/share/fonts/urw-fonts:(gs)
+foundry|U|@urwfontsdir@:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35:/usr/share/fonts/type1/urw-base35:/opt/local/share/fonts/urw-fonts:/usr/local/share/fonts/ghostscript:(gs)
 
 # Define flags for afmtodit.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]