From: pandeng@telepath.com (Steve Schafer (TeamB)) Subject: Re: HP Laserjet Line Styles and Colors Date: 16 Nov 1999 00:00:00 GMT Message-ID: <3835a5a8.365698982@90.0.0.40> Content-Transfer-Encoding: 7bit References: <80q2rq$9lk4@forums.borland.com> Content-Type: text/plain; charset=us-ascii Organization: TeamB Mime-Version: 1.0 Reply-To: pandeng@telepath.com Newsgroups: borland.public.delphi.graphics On Mon, 15 Nov 1999 15:57:22 -0700, "Darcy Schultz" wrote: >Why isn't psDash, psDot, psDashDot,... working on the printer? GDI drivers are not required to support line styles other than psSolid and psClear if the line width is anything more than 1 pixel. Some drivers do support wide styled lines, but most do not. The only sure-fire fix that I know of is to draw all of the dashes and dots yourself. -Steve