Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.postscript > #637
| From | ken <ken@spamcop.net> |
|---|---|
| Newsgroups | comp.lang.postscript |
| Subject | Re: Embedding a subset of Type 1 fonts in EPS |
| Date | 2012-03-20 09:41 +0000 |
| Message-ID | <MPG.29d2611812499c0f989881@usenet.plus.net> (permalink) |
| References | <c8840951-0de8-4932-8b1b-48958a45c676@w5g2000yqi.googlegroups.com> <MPG.29d0f8f3984b7d798987f@usenet.plus.net> <876c6837-b52a-4b9e-b92b-37132adc6573@h12g2000yqi.googlegroups.com> <MPG.29d17e8e99d96fb7989880@usenet.plus.net> <33319794.3735.1332211247556.JavaMail.geo-discussion-forums@vbbfy7> |
In article <33319794.3735.1332211247556.JavaMail.geo-discussion- forums@vbbfy7>, tikuma@gmail.com says... > Alright, I've uploaded a few files to my Google Doc in public sharing mode. The font being subsetted is AMS CMMI10 font for greek alpha & beta characters. (Yes, it is an (infamous?) MATLAB generated EPS with some tweaking.) > /alpha 177 RD --- ND > /beta 242 RD --- ND This seems to be the problem, at least in part. The '242' is placed on the stack as an argument to the ND routine defined earlier. This routine consumes 'argument' bytes and converts them into a PostScript string. The argument here is 242, but there are 244 bytes of binary data between the RD and ND (ignoring the two spaces). If I alter the argument from 242 to 244 then the file runs to completion. BTW if you just decrypt (eexec decrypt) the encrypted portion, put it in pace of the hex data and remove the 'currentfile eexec' then you shuld have a decrypted font embedded, it works OK for me here. I don't actually get any output though, so there may still be a problem. Ken
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