home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / applicat / 8597 < prev    next >
Encoding:
Internet Message Format  |  1992-11-13  |  1.4 KB

  1. Path: sparky!uunet!portal!cup.portal.com!jimdawson
  2. From: jimdawson@cup.portal.com (Jim R Dawson)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: Help needed for POST
  5. Message-ID: <69431@cup.portal.com>
  6. Date: Fri, 13 Nov 92 01:00:57 PST
  7. Organization: The Portal System (TM)
  8. References:  <1992Nov10.182517.24610@magnus.acs.ohio-state.edu>
  9. Lines: 25
  10.  
  11. >I am having some trouble with a Public Domain program called Post.
  12. >It is a postscript interpreter I picked up from wuarchive...
  13. >
  14. >The problem seems to be that post can't seem to obtain the font that
  15. >I am using.  It displays small black blobs in place of each letter.
  16. >I am using an A3000 and an Epson FX printer, and the two pieces of
  17. >software Post has been doing this for are ProWrite 3.2, and Pro. Page
  18. >3.0 (love this program!!)
  19. >
  20. >When I print from ProPage and ProWrite I output to a file on the ram:
  21. >and then use post to create a printout or IFF file.  The command I use-
  22. >
  23. >post init.ps ram:test.ps IFF t:test*.pic SIZE b
  24. >
  25. >This works fine except for the trouble with it not printing the actual
  26. >characters.
  27. >
  28.  
  29. Assuming you have some fonts in your PSFonts: directory, here is what might
  30. be the problem. When loading PSFonts, remember that PostScript font names
  31. are case sensitive. Be sure that the name of the font and the
  32. capitalization exactly match the name of the font inside the font file
  33. (search for 'FontName xxxxxx' in the font file)
  34.  
  35.                                         jimdawson@cup.portal.com
  36.