home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 13117 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.6 KB  |  35 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!wupost!usc!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.edu!tai50080
  3. From: tinsel@uiuc.edu (Thomas Aaron Insel)
  4. Subject: Re: Mac programming problem
  5. References: <joel.712326550@vincent1.iastate.edu> <D88-JWA.92Jul28211708@dront.nada.kth.se>
  6. Message-ID: <Bs4Cww.6D1@news.cso.uiuc.edu>
  7. Originator: tai50080@uxa.cso.uiuc.edu
  8. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  9. Reply-To: tinsel@uiuc.edu
  10. Organization: {not speaking for the} University of Illinois at Urbana
  11. Date: Tue, 28 Jul 1992 21:55:38 GMT
  12. Lines: 21
  13.  
  14. d88-jwa@dront.nada.kth.se (Jon W{tte) writes:
  15.  
  16. > joel@iastate.edu (Joel A Rybolt) writes: [text rewrapped]
  17.  
  18. > >  My other problem involves printing.  I wold like to bypass messing
  19. > > with the print manager and instead get a "direct connectin".  I want to
  20. > > send it some ESC codes (15cpi, 8lines per inch, ect..).  Then just
  21. > > dump my charecter to it instead of the screen.
  22.  
  23. > You can't. Really. Instead, ask for 72 dpi resolution, and calculate
  24. > your MoveTos and DrawTexts to place stuff where you want it.
  25.  
  26. Actually, you can.  You just don't want to, it's easier to use the
  27. Print Manager than to send the commands yourself, but if you don't 
  28. mind sacraficing portability, you can use the serial manager to
  29. write to the printer port.  Some compilers let you address the printer
  30. as a file, also.
  31. -- 
  32. Thomas Aaron Insel (tinsel@uiuc.edu)
  33.   I speak for myself, and not for the State or University of Illinois.
  34.   "We must not confuse dissent with disloyalty." -- Edward R. Murrow
  35.