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

(mgp-users 00133) Re: Fonts pb with mgp2ps



>When I generate test.ps from an mgp file which contains the Garamond
>font and others, in the test.ps file I only see the lines (with font)
>/F002 {/Helvetica findfont exch scalefont setfont} def
>/F002 {/Helvetica findfont exch scalefont setfont} def
>If I change that manually in
>/F002 {/Garamond-medium findfont exch scalefont setfont} def
>/F002 {/Garamond-medium findfont exch scalefont setfont} def
>(Garamond has been inserted in the Fontmap of ghoscript and garmndmi.pfb
>is in the ghoscript's font dir)
>then gv test.ps displays correctly the fonts.
>No way to do that automatically ?

	There's a font name mapping table in print.c.  You may want to
	modify that.

	For printer output you may need to somehow give the font file to
	the printer (I dunno how)

itojun