graphics.hlp (
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
_outgtext
◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
The _outgtext function outputs on the screen the null-terminated
string pointed to by <text>. The text is output using the current
font at the current graphics position and in the current color.
No formatting is provided, in contrast to the standard console I/O
routines such as printf.
After it outputs the text, _outgtext updates the current graphics
position.
The _outgtext function operates only in graphics video modes
(e.g., _MRES4COLOR). Because it is a graphics function, the color
of text is set by the _setcolor function, not by the _settextcolor
function.
Return Value
None.
-♦-