C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_gettextposition
 Summary Example                         Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
     The _gettextposition function returns the current text position as
     an _rccoord structure (defined in GRAPH.H).
     See: _rccoord
 
     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. Use the _moveto
     function to set the graphics output position.
 
     Return Value
 
     None.
                                    -♦-