Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.postscript > #639
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
|---|---|
| From | Kesh <tikuma@gmail.com> |
| Newsgroups | comp.lang.postscript |
| Subject | Re: Embedding a subset of Type 1 fonts in EPS |
| Date | Sat, 24 Mar 2012 14:51:18 -0700 (PDT) |
| Organization | http://groups.google.com |
| Lines | 14 |
| Message-ID | <9549190.169.1332625878922.JavaMail.geo-discussion-forums@yncd8> (permalink) |
| References | <c8840951-0de8-4932-8b1b-48958a45c676@w5g2000yqi.googlegroups.com> |
| NNTP-Posting-Host | 174.64.1.105 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | posting.google.com 1332625879 12256 127.0.0.1 (24 Mar 2012 21:51:19 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Sat, 24 Mar 2012 21:51:19 +0000 (UTC) |
| In-Reply-To | <c8840951-0de8-4932-8b1b-48958a45c676@w5g2000yqi.googlegroups.com> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=174.64.1.105; posting-account=Qa3mMwoAAAAoe3O4oZh-bk6pHU9--OeS |
| User-Agent | G2/1.0 |
| X-Received-Bytes | 1865 |
| Xref | csiph.com comp.lang.postscript:639 |
Show key headers only | View raw
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