PWRIT(3NCARG) | NCAR GRAPHICS | PWRIT(3NCARG) |
PWRIT - draws a specified text string at a specified position in the user coordinate system. The call has arguments specifying the size, orientation, and centering of the string.
PWRIT is an earlier version of the routine WTSTR in which the number of characters in the text string was specified in an argument. Both WTSTR and PWRIT are now considered obsolete.
PWRIT continues to be provided for compatibility of early NCAR Graphics codes. If you are writing new code, we suggest that you use the more general text writing routines of the Plotchar utility: PLCHLQ, PLCHMQ, and PLCHHQ.
CALL PWRIT (PX,PY,CH,NC,IS,IO,IC)
A call to PWRIT causes the SPPS polyline buffer to be flushed and leaves the "pen" (for subsequent calls to FRSTPT, VECTOR, PLOTIF, and PLOTIT) at the location (PX,PY).
To use PWRIT, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
Online: gtx, gstxal, gstxp, gstxfp, gschh, gschsp, gschup, gschxp, gscr, gstxci, spps, plotchar, plchhq, plchmq, plchlq, wtstr, plotif, seti, getsi
Hardcopy: NCAR Graphics Fundamentals, UNIX Version; User's Guide for NCAR GKS-0A Graphics
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
March 1993 | UNIX |