home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / misc / 23015 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  2.1 KB

  1. Xref: sparky comp.sys.next.misc:23015 comp.sys.next.software:3066
  2. Newsgroups: comp.sys.next.misc,comp.sys.next.software
  3. Path: sparky!uunet!wupost!crcnis1.unl.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!news.iastate.edu!scl1.al.iastate.edu!tlm
  4. From: tlm@iastate.edu (Tom Marchioro)
  5. Subject: Re: Wanted: App to preview fonts without installing them.
  6. Message-ID: <tlm.724295987@scl1.al.iastate.edu>
  7. Sender: news@news.iastate.edu (USENET News System)
  8. Organization: Iowa State University, Ames IA
  9. References: <1992Dec13.114133.18500@mic.ucla.edu>
  10. Date: Mon, 14 Dec 1992 01:19:47 GMT
  11. Lines: 47
  12.  
  13. In <1992Dec13.114133.18500@mic.ucla.edu> iwelch@agsm.ucla.edu (Ivo Welch) writes:
  14.  
  15.  
  16. >[1] Is there an  application that would  allow me to preview fonts  without
  17. >having to install them first?
  18.  
  19. >    <further>
  20.  
  21. You can do this with Yap.  First, load the outline file into Yap, then
  22. give the following commands (assuming the font is, say, Western, substitute
  23. the proper name)
  24.  
  25. /Western findfont 
  26. 48 scalefont
  27. setfont 
  28. 72 200 moveto
  29. (here is some text) show
  30. showpage
  31.  
  32.  
  33. this will cause "here is some text" to appear at 48 point in Yaps window
  34. (after you hit the Execute button of course).  This is also a good trick 
  35. for checking out a font in case you get the ubiquitous "Unusable Font"
  36. error message, which can be caused by all sorts of things.  Use this to 
  37. make sure that the outline file is okay. (i.e. if the font shows properly
  38. this way then the problme is usually with the .afm file instead).  
  39.  
  40. >[2] Is there a way to  store fonts I use once  a year in a lower-level font
  41. >chooser?
  42.  
  43.  
  44. Yes, at least for all of the PD and shareware fonts (particularly those
  45. made with the conversion tools from the Mac).  I figured this out some 
  46. months ago and have been meanign to post it.  Will write it up and post
  47. here later tonight under the subject "Helpful Font Panel Trick"
  48.  
  49. >[3] Are there other good monospaced fonts that work with  Terminal, Stuart,
  50. >etc.?
  51.  
  52.  
  53. Personally I think Ohlfs is the nicest ofthe bunch (basically because it's
  54. Courier "tuned" to the NeXT screen), but I've not yet seen the font Don 
  55. Yackman (sp?) recently posted to sonata.
  56.  
  57.  
  58. Hope this is helpful --- Tom
  59.  
  60.