forlang.hlp (Table of Contents; 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 subroutine sends the string <text> to the screen,
     including any trailing blanks. The text is output using the current
     font at the current graphics position and in the current color.
 
     No formatting is provided.
 
     After it outputs the text, outgtext updates the current graphics
     position.
 
     The outgtext subroutine 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.
                                    -♦-