A few months ago I submitted a request for a program that would print large size letter on the screen or printer. While I produced a fairly good program to produce large letters for my printer, when it came to the screen they were all too big, 8 times the normal type. I am looking for something that would produce about twice the high and width on the screen. I wander if PowerBASIC could come up with a command that would accomplish this, such as:
PRINT DOUBLE "This line is Double High & Wide"
where: the command DOUBLE would accomplish the double high and wide screen presentation.
I can accomplish this on my printer by using printer commands. I would like to see PowerBASIC come up with something equaled.
PRINT DOUBLE "This line is Double High & Wide"
where: the command DOUBLE would accomplish the double high and wide screen presentation.
I can accomplish this on my printer by using printer commands. I would like to see PowerBASIC come up with something equaled.
Comment