home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / math / symbolic / 2048 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.2 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!ux1.cso.uiuc.edu!news.iastate.edu!pv343f.vincent.iastate.edu!whitmore
  2. From: whitmore@iastate.edu (Kurt D Whitmore)
  3. Newsgroups: sci.math.symbolic
  4. Subject: Fonts in Mma graphics (Macintosh)
  5. Message-ID: <whitmore.711822934@pv343f.vincent.iastate.edu>
  6. Date: 22 Jul 92 16:35:34 GMT
  7. Sender: news@news.iastate.edu (USENET News System)
  8. Organization: Iowa State University, Ames IA
  9. Lines: 43
  10.  
  11. Problem:
  12. ________
  13. I'm trying to get a font in a Mma graph other than courier.
  14.  
  15.  
  16. A System for Doing Mathematics by Computer {ASDMC} (Page 468) says:
  17. ________________________________________________________
  18.  
  19.     DefaultFont -> font
  20.  
  21. Example:
  22. ________
  23.  
  24.     Show[%,DefualtFont->{"Times-Italic",6}]
  25.  
  26.  
  27.         This doesn't work nor does replacing Times-Italic with:
  28.             TimesRom
  29.             NewCenSchRom    [Acutual Printer Fonts]
  30.                 .
  31.                 .
  32.                 .
  33.             et cetera
  34.  
  35.         Though changing the size does work.
  36.         
  37.         Also on the screen, the font does alter but doesn't
  38.         affect the print out, it is still courier.
  39.  
  40.     I looked at the PostScript code and the correct font information
  41.     is their.
  42.     
  43.             ... MathPictureStart
  44.                 /Times findfont 12 scalefont set font ...
  45.  
  46. Thanks,
  47.  
  48.  
  49.  
  50. Kurt D. Whitmore
  51. whitmore@iastate.edu
  52.  
  53.         
  54.