[gs-bugs] [Bug 689929] /NeverEmbed /AlwaysEmbed options for
TRUETYPE fonts
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Thu Mar 26 04:39:37 PDT 2009
http://bugs.ghostscript.com/show_bug.cgi?id=689929
ken.sharp at artifex.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From ken.sharp at artifex.com 2009-03-26 04:39 -------
Tested the HEAD revision by adding the following line to fontmap.GS:
/TimesNewRomanPSMT (C:/Windows/Fonts/times.ttf) ;
Then executing this PostScript:
%!
<</NeverEmbed [/TimesNewRomanPSMT] >> setdistillerparams
/TimesNewRomanPSMT 72 selectfont 72 72 moveto (a) show
showpage
This works correctly. Then added to fontmap.GS:
/Times-New-Roman /TimesNewRomanPSMT ;
and ran this PostScript:
%!
<</NeverEmbed [/Times-New-Roman] >> setdistillerparams
/Times-New-Roman 72 selectfont 72 72 moveto (a) show
showpage
This also (correctly) does not embed the font.
The font name called for by the PostScript file must be correctly defined; if
you want to use 'Times New Roman' as the font name then you must define it
properly, eg if you want to use spaces:
<< /NeverEmbed [ (Times New Roman) cvn ] >>
Thanks to Leonardo for the investigation.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the gs-bugs
mailing list