Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.postscript > #644

Re: question: printing an "umlaut" using /Times-Roman

From Helge Blischke <h.blischke@acm.org>
Newsgroups comp.lang.postscript
Subject Re: question: printing an "umlaut" using /Times-Roman
Followup-To comp.lang.postscript
Date 2012-03-26 10:17 +0200
Message-ID <9tan0mFiqsU1@mid.individual.net> (permalink)
References <c9d40b45-5ead-4a2a-aa9d-e71810d5a245@n9g2000pbb.googlegroups.com>

Followups directed to: comp.lang.postscript

Show all headers | View raw


arunchandra1954 wrote:

> Hi,
> 
> I need to print an "umlaut" at the bottom of a computer graphic, for
> the artist's name.
> 
> The graphic is pure (mostly simple) Postscript (PS-Adobe-2.0
> EPSF-2.0).
> 
> Can I do so using a Times-Roman font?  If so, how must I do so?
> 
> In tables available on the web, I've found that the numeric character
> should be \374 (an umlaut over the letter "u").
> However, when I try to print it like:
> 
> /Times-Roman findfont 24 scalefont setfont
> 0 0 moveto
> (hello: \374) show
> stroke
> showpage
> 
> I do not get the expected letter "u" with an umlaut above it.
> 
> What am I doing wrong, and what is the right way to do it?
> 
> Thanks very much for your help,
> 
> Arun Chandra

You need to reencode the font to ISOLatin1Encoding. See the PLRM for the 
details how to do that.

Helge

Back to comp.lang.postscript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

question: printing an "umlaut" using /Times-Roman arunchandra1954 <arunchandra1954@gmail.com> - 2012-03-26 00:06 -0700
  Re: question: printing an "umlaut" using /Times-Roman Helge Blischke <h.blischke@acm.org> - 2012-03-26 10:17 +0200
    Re: question: printing an "umlaut" using /Times-Roman Peter Davis <pfd@pfdstudio.com> - 2012-03-26 13:32 -0400
  Re: question: printing an "umlaut" using /Times-Roman bonomi@host122.r-bonomi.com (Robert Bonomi) - 2012-03-26 11:45 -0500
  Re: question: printing an "umlaut" using /Times-Roman "abeddie@hotmail.com" <abeddie@hotmail.com> - 2012-03-28 11:14 -0700
  Re: question: printing an "umlaut" using /Times-Roman gernot.hoffmann@hs-emden-leer.de - 2012-04-11 13:00 -0700
  Re: question: printing an "umlaut" using /Times-Roman gernot.hoffmann@hs-emden-leer.de - 2012-04-11 12:57 -0700

csiph-web