Re: Postscript font index mystery (IDL) [message #6368] |
Thu, 20 June 1996 00:00 |
rivers
Messages: 228 Registered: March 1991
|
Senior Member |
|
|
In article <4qbkvg$il@vixen.cso.uiuc.edu>, munter@glhpx3.cen.uiuc.edu (Alan Edwin Munter) writes:
> I am trying to put axis labels on the graphs that are sent to the
> screen and postscript plot devices. The screen plots look great.
> Everything works fine. I performed a help,/device command to verify
> the indices of the different postscript fonts, and make a different
> axis label when hard copies of the plots are desired. For some
> reason, the text in the postscript files are coming out in the font
> index for the screen device.
To use the Postscript fonts you need to set !P.FONT=0 (hardware fonts) rather than the default
!P.FONT=-1 (Hershey software fonts).
____________________________________________________________
Mark Rivers (312) 702-2279 (office)
CARS (312) 702-9951 (secretary)
Univ. of Chicago (312) 702-5454 (FAX)
5640 S. Ellis Ave. (708) 922-0499 (home)
Chicago, IL 60637 rivers@cars3.uchicago.edu (Internet)
|
|
|
Re: Postscript font index mystery (IDL) [message #6371 is a reply to message #6368] |
Thu, 20 June 1996 00:00  |
rarback
Messages: 15 Registered: October 1992
|
Junior Member |
|
|
In article <4qbkvg$il@vixen.cso.uiuc.edu>, munter@glhpx3.cen.uiuc.edu
(Alan Edwin Munter) writes...
> I am trying to put axis labels on the graphs that are sent to the
> screen and postscript plot devices. The screen plots look great.
..
> the text in the postscript files are coming out in the font
> index for the screen device.
You need to set the system variable !p.font to zero for plot routines to use
the hardware fonts.
--Harvey
----
Harvey Rarback phone: (312)702-9931
CARS fax: (312)702-5454
University of Chicago Internet: rarback@cars3.uchicago.edu
5640 South Ellis Avenue "Make no little plans. They have no magic to
Chicago, IL 60637 stir men's souls."
|
|
|