Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ihnp4!ptsfa!lll-lcc!styx!ames!ucbcad!ucbvax!sdcsvax!sdcc6!sdacs!wade From: wade@sdacs.UUCP Newsgroups: comp.sys.mac Subject: Printing thin lines on the LaserWriter Message-ID: <263@sdacs.ucsd.EDU> Date: Fri, 27-Feb-87 19:41:18 EST Article-I.D.: sdacs.263 Posted: Fri Feb 27 19:41:18 1987 Date-Received: Sun, 1-Mar-87 15:20:34 EST Organization: University of California, San Diego Lines: 14 Keywords: mac postscript laserwriter C Problem: How to convince the LaserWriter to draw finer width lines between points. I am able to print the LW from within a LightspeedC application program, and Quickdraw does its thing just fine, except a pensize of (1,1) (which I understand to be the smallest Quickdraw understands) gives a line on the LW which is much thicker than 1 (300 dpi) pixel. Interestingly I can capture the Postscript output of the program, go in and change the line "1 1 pn" to ".1 .1 pn" and the output will have thinner lines. How can I control this parameter from within the program.? Wade Blomgren UCSD Academic Computing Services ...sdcsvax!sdacs!wade