Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.postscript > #293
| From | "Mark T. B. Carroll" <mtbc@bcs.org> |
|---|---|
| Newsgroups | comp.lang.postscript |
| Subject | Re: PostScript, Fortran, GhostScript: need help pinpointing a problem |
| Date | 2011-08-14 08:24 -0400 |
| Organization | none |
| Message-ID | <87k4agji59.fsf@ixod.org> (permalink) |
| References | <j286e5$j1r$1@online.de> |
helbig@astro.multiCLOTHESvax.de (Phillip Helbig---undress to reply)
writes:
> With a new version of GhostScript, I see an error message which points
> to the problem. However, I am still not clear what the actual source of
> the problem is and how to correct it.
Hmm, at a glance, I'm not sure either.
> /reencode
> { dup FontDirectory exch known
> { findfont }
> { dup nbuff cvs dup length 1 sub 0 exch getinterval
> findfont begin
> currentdict dup length dict begin
> { 1 index /FID ne {def} {pop pop} ifelse } forall
> /FontName exch def
> /Encoding lpemuEncoding def
> currentdict dup end end
> /FontName get exch definefont
> } ifelse
> } bdef
This part is significant. The "l" gets chopped off "Symbol" basically
through this "length 1 sub" I think. I've no idea why. But even then
there's the question of the definition of l and W in the Symbol font.
Maybe somebody who knows more about font encodings and StandardEncoding
and whatever can tell us more.
In the worst case, it's possible that one of us can point you to a tool
that does what you need without such weirdness. (-:
Mark
Back to comp.lang.postscript | Previous | Next — Previous in thread | Next in thread | Find similar
PostScript, Fortran, GhostScript: need help pinpointing a problem helbig@astro.multiCLOTHESvax.de (Phillip Helbig---undress to reply) - 2011-08-14 10:01 +0000
Re: PostScript, Fortran, GhostScript: need help pinpointing a problem "Mark T. B. Carroll" <mtbc@bcs.org> - 2011-08-14 08:24 -0400
Re: PostScript, Fortran, GhostScript: need help pinpointing a problem SaGS <sags5495@gmail.com> - 2011-08-14 05:12 -0700
Re: PostScript, Fortran, GhostScript: need help pinpointing a problem helbig@astro.multiCLOTHESvax.de (Phillip Helbig---undress to reply) - 2011-08-14 15:02 +0000
Re: PostScript, Fortran, GhostScript: need help pinpointing a problem Helge Blischke <h.blischke@acm.org> - 2011-08-14 18:39 +0200
Re: PostScript, Fortran, GhostScript: need help pinpointing a problem helbig@astro.multiCLOTHESvax.de (Phillip Helbig---undress to reply) - 2011-08-14 17:11 +0000
Re: PostScript, Fortran, GhostScript: need help pinpointing a problem Helge Blischke <h.blischke@acm.org> - 2011-08-14 19:19 +0200
Re: PostScript, Fortran, GhostScript: need help pinpointing a problem ken <ken@spamcop.net> - 2011-08-14 20:09 +0100
csiph-web