summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-19 10:22:10 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-19 10:22:10 -0600
commit3cf8b8fde598eba34537d71723325bb2f59d09c5 (patch)
tree6c8b2fb5384e44f3e1e6f59675923270d0b54f8d /ChangeLog
parent6e001a7f397438d7f09e97155b3c1ec89c1fc855 (diff)
downloadgroff-git-3cf8b8fde598eba34537d71723325bb2f59d09c5.tar.gz
Revert "[gropdf]: Bifurcate test of font availability."
This reverts commit 6e001a7f397438d7f09e97155b3c1ec89c1fc855. Per Deri James, having a Ghostscript executable installed but not a full set of PostScript level 2 font files installed (the "base 35" plus groff's "EURO") in discoverable places is _not_ a supported groff configuration scenario as far as gropdf is concerned. A test failure is therefore expected in that case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 0 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index a9cdd6a82..998ce594d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,5 @@
2023-02-18 G. Branden Robinson <g.branden.robinson@gmail.com>
- * font/devpdf/tests/check-default-foundry.sh: Bifurcate test of
- font availability. The Ghostscript executable can be present in
- the host environment without any Type 1 fonts. The PDF standard
- requires that its base 14 be present in the renderer, so groff
- font descriptions for those 14 fonts (plus groff's "EURO" font)
- should always be available. But the remaining fonts from the
- "Base 35" PostScript level 2 set won't necessarily be, and so
- their font descriptions won't be, either. Skip the test rather
- than failing it in that case, because the Ghostscript executable
- can have any number of fonts built-in (in "%rom%" as "gs -h"
- puts it). We'll need a more sophisticated Autoconf test to
- discern this scenario from a true failure case.
-
-2023-02-18 G. Branden Robinson <g.branden.robinson@gmail.com>
-
* font/devpdf/Foundry.in: Recognize URW foundry replacements for
Helvetica Bold-Oblique and Helvetica Oblique under the file
names "NimbusSans-BoldItalic.t1" and "NimbusSans-Italic.t1",