Search found 2 matches

by jezza10181
Tue Jan 07, 2003 1:45 pm
Forum: QBasic / QuickBasic related
Topic: Plotting text to a graphics screen
Replies: 5
Views: 2649

Re: Plotting text to a graphics screen

hi folks,

thanks for the replies - i eventually sorted it out using GET and PUT.  I wrote all of the alphanumeric characters into a large array using GET and then wrote a subroutine which would allow me to 'plot' any of these characters to any position on the screen using the PUT command ...
by jezza10181
Wed Jan 01, 2003 7:28 pm
Forum: QBasic / QuickBasic related
Topic: Plotting text to a graphics screen
Replies: 5
Views: 2649

Plotting text to a graphics screen

Hi,

I'm writing a small program using QBasic which involves drawing small
right-angled triangles in Screen Mode 12.

I need to label the corners of these triangles with letters such as 'A,B,C'
but cant seem to find an command that allows me to 'plot' text characters to
a particular point on the ...