home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / software / 3067 < prev    next >
Encoding:
Text File  |  1992-12-13  |  1.9 KB  |  51 lines

  1. Newsgroups: comp.sys.next.software
  2. Path: sparky!uunet!wupost!crcnis1.unl.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!news.iastate.edu!scl1.al.iastate.edu!tlm
  3. From: tlm@iastate.edu (Tom Marchioro)
  4. Subject: Re: Wanted: App to preview fonts without installing them.
  5. Message-ID: <tlm.724296434@scl1.al.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames IA
  8. References: <1992Dec13.114133.18500@mic.ucla.edu> <Bz7wMF.M2M@news.cso.uiuc.edu> <tlm.724294268@scl1.al.iastate.edu>
  9. Date: Mon, 14 Dec 1992 01:27:14 GMT
  10. Lines: 39
  11.  
  12. In <tlm.724294268@scl1.al.iastate.edu> tlm@iastate.edu (Tom Marchioro) writes:
  13.  
  14. >In <Bz7wMF.M2M@news.cso.uiuc.edu> jeffo@uiuc.edu (J.B. Nicholson-Owens) writes:
  15.  
  16. >>Ivo Welch writes
  17. >>> [1] Is there an  application that would  allow me to preview fonts  
  18. >>> without having to install them first?
  19.  
  20. >>Instead of purchasing an application, you could stick them in  
  21. >>~/Library/Fonts and then only you would be able to see them, preview  
  22. >>them and use them.  If they were okay, then you could move them to  
  23. >>/LocalLibrary/Fonts so the whole system could use them.
  24.  
  25. >Actually, you can do it in Yap.  Load the outline file into Yap, then...
  26.  
  27. >uh..... I'm not a postscript programmer and have forgotten the commands
  28. >off the top of my head.  I have them written down somewhere and will look
  29. >for them.  Basically you say "setfont", type some text, and then say
  30. >"showfont".  I'll look for hte commands, but if anyone can fill in the lines
  31. >it's much appreciated.  
  32.  
  33. >hope this is helpful --- Tom
  34.  
  35. okay, I looked in the Blue Book and the commands (assuming you want the 
  36. font Western --- a particularly boring example to be sure :) at 48 point
  37. are to load the outline file into Yap, and then add at the end
  38.  
  39. /Western findfont 
  40. 48 scalefont
  41. setfont 
  42. 72 200 moveto
  43. (this is a helpful posting) show
  44. showpage
  45.  
  46. hit the "Execute" command and the test will appear at 48 point (adjust 
  47. the scalefont to your preference).
  48.  
  49. TLM
  50.  
  51.