groff
[Top][All Lists]
Advanced

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

Re: Weird font issue with .fam BM with groff -Tpdf


From: Colin Watson
Subject: Re: Weird font issue with .fam BM with groff -Tpdf
Date: Tue, 28 Apr 2020 00:46:43 +0100
User-agent: Mutt/1.10.1 (2018-07-13)

On Mon, Apr 27, 2020 at 06:30:07PM -0400, T. Kurt Bond wrote:
> I have a troff file:
[...]
> When I do
> 
>     groff -Tps try-bm.tr | ps2pdf - try-bm-Tps.pdf
> 
> there is no issue with the resulting PDF file.
> 
> When I do
> 
>     groff -Tpdf try-bm.tr >try-bm-Tpdf.pdf
> 
> the PDF file that results has the text that starts out "This is
> Regular." set in italic and the text that starts "This is Italic." set
> in Regular/Roman.

Thanks for reporting this.  Some font file names in devpdf seem to be
switched around for no reason I can readily discern.  Can you try the
following patch, please?  (You may need to do a clean build, at least of
font/devpdf/; some of the Makefile dependencies don't seem entirely
correct for doing an incremental build after changing this file.)

diff --git a/font/devpdf/Foundry.in b/font/devpdf/Foundry.in
index 70ff7246..64ad3b42 100644
--- a/font/devpdf/Foundry.in
+++ b/font/devpdf/Foundry.in
@@ -31,8 +31,8 @@ 
AI|N||||URWGothic-BookOblique.t1!URWGothic-BookOblique!URWGothicL-BookObli!a0100
 AR|N||||URWGothic-Book.t1!URWGothic-Book!URWGothicL-Book!a010013l.pfb
 BMB|N||||URWBookman-Demi.t1!URWBookman-Demi!URWBookmanL-DemiBold!b018015l.pfb
 
BMBI|N||||URWBookman-DemiItalic.t1!URWBookman-DemiItalic!URWBookmanL-DemiBoldItal!b018035l.pfb
-BMI|N||||URWBookman-Light.t1!URWBookman-Light!URWBookmanL-LighItal!b018032l.pfb
-BMR|N||||URWBookman-LightItalic.t1!URWBookman-LightItalic!URWBookmanL-Ligh!b018012l.pfb
+BMI|N||||URWBookman-LightItalic.t1!URWBookman-LightItalic!URWBookmanL-LighItal!b018032l.pfb
+BMR|N||||URWBookman-Light.t1!URWBookman-Light!URWBookmanL-Ligh!b018012l.pfb
 CB|Y||||NimbusMonoPS-Bold.t1!NimbusMonoPS-Bold!NimbusMonL-Bold!n022004l.pfb
 
CBI|Y||||NimbusMonoPS-BoldItalic.t1!NimbusMonoPS-BoldItalic!NimbusMonL-BoldObli!n022024l.pfb
 
CI|Y||||NimbusMonoPS-Italic.t1!NimbusMonoPS-Italic!NimbusMonL-ReguObli!n022023l.pfb

-- 
Colin Watson                                       [address@hidden]



reply via email to

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