logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Pwrite_family - A utility for drawing text and other characters using polylines.

Access

       To use PWRITX or PWRITY, load the NCAR Graphics libraries ncarg, ncarg_gks, ncarg_c, and ncarg_c,
       preferably in that order.

Name

       Pwrite_family - A utility for drawing text and other characters using polylines.

See Also

       Online: pwritx, pwrity, plotchar, plchhq, plchmq, plchlq

       Hardcopy: NCAR Graphics Fundamentals, UNIX Version; User's Guide for NCAR GKS-0A Graphics

Status

       Pwrite_family is obsolete.  It has been replaced by the Plotchar utility.

       Entries PWRITX and PWRITY continue to be provided for compatibility of early NCAR Graphics codes.  If you
       are writing new code, we suggest that you use Plotchar.

Synopsis

       PWRITX (X,Y,IDPC,NCHAR,JSIZE,JOR,JCTR) - draws characters as stroked polylines.  It is the higher quality
       routine of the Pwrite_family.
       PWRITY (X,Y,IDPC,NCHAR,JSIZE,JOR,JCTR) - also draws characters as stroked polylines, but is quicker, of
       lower quality, and with less options than PWRITX.

See Also