[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Weird font issue with .fam BM with groff -Tpdf
From: |
T . Kurt Bond |
Subject: |
Re: Weird font issue with .fam BM with groff -Tpdf |
Date: |
Tue, 28 Apr 2020 10:32:01 -0400 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/26 (x86_64-apple-darwin18.2.0) MULE/6.0 (HANACHIRUSATO) |
On Mon, 27 Apr 2020 19:46:43 -0400,
Colin Watson <address@hidden> wrote:
> On Mon, Apr 27, 2020 at 06:30:07PM -0400, T. Kurt Bond wrote:
> > 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.)
I applied the patch and did a make clean and make and make install and
tried formatting the file again with -Tpdf and the fonts are right.
Thanks very much!
> 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]
--
T. Kurt Bond, address@hidden