Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Helge Blischke Newsgroups: comp.lang.postscript Subject: Re: question: printing an "umlaut" using /Times-Roman Followup-To: comp.lang.postscript Date: Mon, 26 Mar 2012 10:17:24 +0200 Lines: 35 Message-ID: <9tan0mFiqsU1@mid.individual.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: individual.net a5RchfqGI4z/qIAT+Bti0g9p0E9mgRyJJS4QlBaRUIriny39/A Cancel-Lock: sha1:Vi8RZT7+SS9v2iQHFz3HjedIG18= User-Agent: KNode/0.99.01 Xref: csiph.com comp.lang.postscript:644 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