comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: characters in ps
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: characters in ps [message #21410 is a reply to message #21401] Wed, 23 August 2000 00:00 Go to previous messageGo to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Otto Jusko wrote:
>
> It is even easier than that:
>
> If you want to display an "�", "�", "�", or "�", which are German Umlaute, than you may just
> enable the /ISOLATIN switch of your PS-device and you can print strings including them, like
> "Hofbr�uhaus".
>
> have fun !

I am sorry, this don't work.

The "�" is missing in both.

IDL Help:

ISOLATIN1

(PS)

Set this keyword to use Adobe ISO Latin 1 font encoding with any font
that supports such coding. Use of this keyword allows access to many
commonly-used foreign characters.


Reimar


pro test2
SET_PLOT, 'PS'

DEVICE, SET_FONT = "Times-Roman"

x=findgen(100)
y=sin(x)

DEVICE, FILE='test_out.eps' ,$
/ENCAPSUL, /color,/isolatin1
!P.FONT = 0
plot, x, y, xtitle = 'Funny >�< Character doesn''t work'
xyouts,0.5,0.5,'Hofbr�uhaus',/norm
DEVICE, /CLOSE

end
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: plus minus symbol in Device Font
Next Topic: Using Comm... err, alternative?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 14:15:06 PDT 2025

Total time taken to generate the page: 0.90171 seconds