PWRITY(3NCARG) | NCAR GRAPHICS | PWRITY(3NCARG) |
PWRITY - draws text and other characters using polylines.
This routine is part of the Pwrite_family utility in NCAR Graphics. To see the overview man page for this utility, type "man pwrite_family".
PWRITY is obsolete. It has been replaced by the PLCHHQ, PLCHMQ, and PLCHLQ entries of the Plotchar utility.
PWRITY continues to be provided for compatibility of early NCAR Graphics codes. If you are writing new code, we suggest that you use Plotchar.
CALL PWRITY (X,Y,IDPC,NCHAR,JSIZE,JOR,JCTR)
0 - 8./1023. NDCs
1 - 12./1023. NDCs
2 - 16./1023. NDCs
3 - 24./1023. NDCs
If greater than 3:
FLOAT(JSIZE)/1023. NDCs
One can relate these sizes to a viewport in normalized device coordinates (each axis runs 0. to 1.) by dividing by 1023. That is a character of width .05 would take up 5% of the possible picture width meaning that less than 20 characters could fit on a line.
Note that there is an important difference in how text sizes are handled in GKS versus PWRITY. In GKS, text size is given in terms of character heights. In PWRITY, text size (JSIZE) is given in character width.
0, (X,Y) is the center of the entire IDPC string.
-1, (X,Y) is the center of the left edge of the
first character.
1 (X,Y) is the center of the right edge of the
last character.
To use PWRITY, load the NCAR Graphics libraries ncarg, ncarg_gks, ncarg_c, and ncarg_c, preferably in that order.
Online: pwrite_family, pwritx, plotchar, plchhq, plchmq, plchlq
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 |