[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

characters in ps



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