Path: utzoo!mnetor!uunet!husc6!bbn!rochester!rocksanne!entire!elt From: elt@entire.UUCP (Edward T. Taychert) Newsgroups: comp.lang.smalltalk Subject: Re: SmalltalkV and Oki? Message-ID: <3135@entire.UUCP> Date: 23 Feb 88 14:36:47 GMT References: <475@anuck.UUCP> Organization: Entire Inc, East Rochester, NY Lines: 20 Summary: prints with form methods Smalltalk V prints with three form methods. One, #printerMode: is a class method to initialize the printer to graphics mode. Two more, #outputToPrinter and #outputToPrinterUpright do the i/o. You have to modify these for your printer. I've done this for a HP LaserJet using 75 dots to the inch which makes a form the size of a screen print about the size of a page... but not very well. Both of my methods print the same way because I was too lazy to rotate the image (pixels are square anyway) and it doesn't work well with color. If you are interested in the laserjet methods, send mail to me directly and I will send them to you. -- ____________________________________________________________________________ Ed Taychert Phone: USA (716) 381-7870 Entire Inc. UUCP: rochester!rocksanne!entire!elt 435 E. Commercial Street East Rochester, N.Y. 14445 A Xerox Company _____________________________________________________________________________