Mail Archives: djgpp/1996/07/15/03:07:45
On 11 Jul 1996, GEORGE GAGHON wrote:
> I am in mode 0x13 (256 color VGA) and I wanted to use the print command
> to display text in A)different colors
> B)the location I want on the screen
> C)in a transparent mode
>
> Currently printf just prints where the last printf was. In white, and with
> a black box around the text erasing any pictures directly behind it.
You will have to sprintf the text into a string, and then to display that
string with any of the functions that put arbitrary text on the graphics
screen.
- Raw text -