[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
characters in ps
- Subject: characters in ps
- From: majewski(at)cygnus.uwa.edu.au (Leon Majewski)
- Date: Wed, 23 Aug 2000 02:08:51 GMT
- Newsgroups: comp.lang.idl-pvwave
- Organization: RSSRG
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:21016
hello
A rather simple question...
How do i display an... ä ...character in a postscript file? (win: alt+0+2+2+8)
It comes out in a direct graphics window (SET_PLOT, 'WIN') though not in a ps file.
Is there something along the lines of the previously noted unicode !Z format code that can
be used in this situation? or do ineed to change to another font? or did i miss something
simple?
also has anyone tried 'Adding Your Own PostScript Fonts' (PSAFM)?
just for clarity {x86 Win32 Windows 5.2}
leon
example code
----------------------
SET_PLOT, 'PS'
!P.FONT = 0
DEVICE, SET_FONT = "Times-Roman"
DEVICE, FILE='test_out.eps'
DEVICE, /ENCAPSUL, /color
plot, DATA_x, DATA_y, xtitle = 'Funny >ä< Character doesn''t work'
DEVICE, /CLOSE
-------------------------
Leon Majewski
Remote Sensing & Satellite Research Group
Curtin University of Technology, Perth, Australia
email: majewski@ses.curtin.edu.au