1GQTXCI(3NCARG) NCAR GRAPHICS GQTXCI(3NCARG)
2
3
4
6 GQTXCI (Inquire text color index) - retrieves the current text color
7 index.
8
10 CALL GQTXCI (ERRIND, COLI)
11
13 #include <ncarg/gks.h>
14
15 void ginq_text_colr_ind(Gint *err_ind, Gint *text_colr_ind);
16
18 ERRIND (Integer, Output) - If the inquired value cannot be
19 returned correctly, a non-zero error indicator is returned
20 in ERRIND, otherwise a zero is returned. Consult "User's
21 Guide for NCAR GKS-0A Graphics" for a description of the
22 meaning of the error indicators.
23
24 COLI (Integer, Output) - Returns the current text color index as
25 set by default or by a call to GSTXCI.
26
28 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
29
31 Online: gtx, gstxp, gstxal, gstxfp, gschh, gschsp, gschup, gschxp,
32 gscr, gstxci, gqtxp, gqtxal, gqtxfp, gqchh, gqchsp, gqchup, gqchxp,
33 plotchar, ginq_text_colr_ind
34
35 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
36 mentals, UNIX Version
37
39 Copyright (C) 1987-2009
40 University Corporation for Atmospheric Research
41 The use of this Software is governed by a License Agreement.
42
43
44
45UNIX March 1993 GQTXCI(3NCARG)