graphics.hlp (Topic list)
_gettextposition
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The _gettextposition function returns the current text position as
     an rccoord structure (defined in GRAPH.H).
 
     The text position given by the coordinates (1,1) is defined as the
     upper left corner of the text window.
 
     Text output from the _outtext and _outmem functions begins at the
     current text position. Font text is not affected by the current
     text position. Font text output begins at the current graphics
     output position, which is a separate position.
 
     Return Value
 
     None.
                                    -♦-