Returns the current character position.
FORTRAN (libfgl.a)
void getcpos(Screencoord *ix, Screencoord *iy)
SUBROUTINE GETCPO(ix, iy) INTEGER*2 ix, iy
The getcpos subroutine gets the current character position, in screen coordinates relative to the lower left corner of the window, and writes it into the parameters.
Note: This subroutine cannot be used to add to a display list.
This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.
/usr/include/gl/gl.h | Contains C language constant and variable type definitions for GL. |
/usr/include/gl/fgl.h | Contains FORTRAN constant and variable type definitions for GL. |
Drawing a string of raster characters on the screen with the charstr subroutine.
Moving the current character position with the cmov subroutine.
Returning the current graphics position with the getgpos subroutine.
AIX Graphics Library Overview, Creating Text Characters, and Querying the System.