Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.postscript > #338
| From | Helge Blischke <h.blischke@acm.org> |
|---|---|
| Newsgroups | comp.lang.postscript |
| Subject | Re: unencoded characters in printer resident PS fonts |
| Followup-To | comp.lang.postscript |
| Date | 2011-09-21 19:20 +0200 |
| Message-ID | <9dukm1FpbrU1@mid.individual.net> (permalink) |
| References | <4e7a1248$0$6633$9b4e6d93@newsspool2.arcor-online.net> |
Followups directed to: comp.lang.postscript
Plamen Tanovski wrote:
> Hi,
>
> is there a way to get all cararacters, especially the unencoded from
> printer resident PS fonts? I tried prfont.ps from ghostscript, but it
> shows only the encoded 256 slots. Then I reencoded the (not embedded)
> font to LaTeX' T1 encoding and print it. The new characters are shown on
> paper, which means, they are presented (unencoded) in the font.
>
> Some information: the printer is Lexmark C720 and the font is
> StempelGaramond-Roman (easy to experiment, because there are metric
> files for TeX available).
>
> best regards
When using prfont.ps on a real PostScript printer, make sure the script
contains the line
/min { 2 copy gt { exch } if pop } bind def
and then replace all occurences of
.min
by
min
Then it will print the unencoded characters.
The reason is that ".min" is a Ghostscript extension but equivalent to the
definition of min listed above.
Helge
Back to comp.lang.postscript | Previous | Next — Previous in thread | Next in thread | Find similar
unencoded characters in printer resident PS fonts Plamen Tanovski <pgt@arcor.de> - 2011-09-21 18:35 +0200
Re: unencoded characters in printer resident PS fonts Helge Blischke <h.blischke@acm.org> - 2011-09-21 19:20 +0200
Re: unencoded characters in printer resident PS fonts Plamen Tanovski <pgt@arcor.de> - 2011-09-21 21:18 +0200
Re: unencoded characters in printer resident PS fonts Helge Blischke <h.blischke@acm.org> - 2011-09-21 22:40 +0200
Re: unencoded characters in printer resident PS fonts ken <ken@spamcop.net> - 2011-09-22 07:21 +0100
csiph-web