Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.postscript > #639
| From | Kesh <tikuma@gmail.com> |
|---|---|
| Newsgroups | comp.lang.postscript |
| Subject | Re: Embedding a subset of Type 1 fonts in EPS |
| Date | 2012-03-24 14:51 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <9549190.169.1332625878922.JavaMail.geo-discussion-forums@yncd8> (permalink) |
| References | <c8840951-0de8-4932-8b1b-48958a45c676@w5g2000yqi.googlegroups.com> |
Just in case anybody else is encountering a similar problem and bump into this thread, the following was the solution to my problem: The eexec encrypted section of Type-1 font dictionary is always(?) terminated by "mark currentfile closefile". So, when I re-encrypted my subsetted font dictionary, I re-encrypted up to "mark currentfile closefile". This turned out was the problem. PS interpreter cannot parse "closefile" as the "closefile" operator until it sees a trailing white space, which also needs to be encrypted. So, instead, the encrypted section must be terminated by "mark currentfile closefile " with the trailing white space character. Much thanks go to Ken helping me out on debugging the issue off the newsgroup!!
Back to comp.lang.postscript | Previous | Next — Previous in thread | Next in thread | Find similar
Embedding a subset of Type 1 fonts in EPS Kesh <tikuma@gmail.com> - 2012-03-18 13:39 -0700
Re: Embedding a subset of Type 1 fonts in EPS ken <ken@spamcop.net> - 2012-03-19 08:04 +0000
Re: Embedding a subset of Type 1 fonts in EPS Kesh <tikuma@gmail.com> - 2012-03-19 07:00 -0700
Re: Embedding a subset of Type 1 fonts in EPS ken <ken@spamcop.net> - 2012-03-19 17:34 +0000
Re: Embedding a subset of Type 1 fonts in EPS Kesh <tikuma@gmail.com> - 2012-03-19 19:40 -0700
Re: Embedding a subset of Type 1 fonts in EPS ken <ken@spamcop.net> - 2012-03-20 09:41 +0000
Re: Embedding a subset of Type 1 fonts in EPS Kesh <tikuma@gmail.com> - 2012-03-20 06:12 -0700
Re: Embedding a subset of Type 1 fonts in EPS Kesh <tikuma@gmail.com> - 2012-03-24 14:51 -0700
Re: Embedding a subset of Type 1 fonts in EPS tlvp <mPiOsUcB.EtLlLvEp@att.net> - 2012-03-24 20:45 -0400
Re: Embedding a subset of Type 1 fonts in EPS ken <ken@spamcop.net> - 2012-03-25 12:50 +0100
Re: Embedding a subset of Type 1 fonts in EPS tlvp <mPiOsUcB.EtLlLvEp@att.net> - 2012-03-25 13:37 -0400
csiph-web