home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2594 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.0 KB  |  36 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: peer-news.britain.eu.net!liv!lucs!news
  3. From: fish@csc.liv.ac.uk (S.E. Morris)
  4. Subject: Re: Fonts...
  5. Sender: news@csc.liv.ac.uk (News Eater)
  6. Message-ID: <DM3HpL.500@csc.liv.ac.uk>
  7. Date: Thu, 1 Feb 1996 11:39:21 GMT
  8. References: <67482066@wendt.westfalen.de>
  9. Nntp-Posting-Host: fish@hudson.csc.liv.ac.uk
  10. Organization: Computer Science, University of Liverpool, UK
  11. X-Newsreader: knews 0.9.4
  12.  
  13. In article <67482066@wendt.westfalen.de>,
  14. "Markus de Wendt" <markus@wendt.westfalen.de> writes:
  15. >Hi!
  16. >
  17. >Does anybody know a way how to print the Compugraphic-Fonts, handled with
  18. >the bulletin-library, using the printer-device?
  19. >I can display them, but I cant throw them on paper. :-(
  20. >Thanx for your help.
  21. >
  22. >Markus de Wendt
  23. >markus@wendt.westfalen.de
  24. >
  25. >
  26. >
  27. The simple answer is you can't.  Or at least not directly.
  28.  
  29. When using fonts like this you will actually need to send to the
  30. printer a graphic, rather than the document text.  You need to
  31. build the page up in memory and then send it to the printer as a
  32. graphic.
  33.  
  34. -FISH-   ><>
  35.  
  36.