Skip to Content.
Sympa Menu

baslinux - [BL] About PostScript

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: [BL] About PostScript
  • Date: Sun, 25 Mar 2007 17:54:44 -0700 (PDT)

Hi,
Although this does not solve the problem discussed,
I want to let you know that with Yabasic you can send
all the graphics to a postscript file.
you have to issue the command open printer
before you draw to the screen, for example

open window 640, 480
open printer "myfile.ps"
rectangle 10,10 to 630,470
text 50,50, "Hello World"
circle 320,240, 100
close printer

After this you will have a postscript file in the
current dir with all the graphics drawn

Bye!
-HHMM





____________________________________________________________________________________
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html




Archive powered by MHonArc 2.6.24.

Top of Page