logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GTX - NCAR Graphics primitive for drawing text

Access

       To use GKS routines, load the NCAR GKS-0A library ncarg_gks.

C-Binding Synopsis

       #include <ncarg/gks.h>

       void gtext(const Gpoint *text_pos, const char *char_string);

Description

       GTX  (Text)  -  The  basic output primitive for drawing text.  A number of attribute setting routines are
       available for selecting the size, font, precision, orientation, color, character spacing, etc.

       X           (Real, Input) - The X world coordinate of the  text  alignment  of  the  first  character  in
                   STRING.

       Y           (Real,  Input)  -  The  Y  world  coordinate  of the text alignment of the first character in
                   STRING.

       STRING      (Character variable, Input) - The characters to be drawn.

Name

       GTX - NCAR Graphics primitive for drawing text

See Also

       Online: gstxp, gstxal, gstxfp, gschh, gschsp, gschup, gschxp, gscr, gstxci, gqtxp, gqtxal, gqtxfp, gqchh,
       gqchsp, gqchup, gqchxp, plotchar, gtext

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

Synopsis

       CALL GTX (X, Y, STRING)

See Also