1GINQ_TEXT_COLR_IND(3NCARG) NCAR GRAPHICS GINQ_TEXT_COLR_IND(3NCARG)
2
3
4
6 ginq_text_colr_ind (Inquire text color index) - retrieves the current
7 text color index.
8
10 #include <ncarg/gks.h>
11
12 void ginq_text_colr_ind(Gint *err_ind, Gint *text_colr_ind);
13
15 err_ind (Output) - If the inquired value cannot be returned cor‐
16 rectly, a non-zero error indicator is returned in err_ind,
17 otherwise a zero is returned. Consult "User's Guide for
18 NCAR GKS-0A Graphics" for a description of the meaning of
19 the error indicators.
20
21 text_colr_ind
22 (Output) - Returns the current text color index as set by
23 default or by a call to gset_text_colr_ind.
24
26 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
27 libraries.
28
30 Online: gtext(3NCARG), gset_text_path(3NCARG), gset_text_align(3NCARG),
31 gset_text_font_prec(3NCARG), gset_char_ht(3NCARG),
32 gset_char_space(3NCARG), gset_char_up_vec(3NCARG),
33 gset_char_expan(3NCARG), gset_colr_rep(3NCARG),
34 gset_text_colr_ind(3NCARG), ginq_text_path(3NCARG),
35 ginq_text_align(3NCARG), ginq_text_font_prec(3NCARG),
36 ginq_char_ht(3NCARG), ginq_char_space(3NCARG),
37 ginq_char_up_vec(3NCARG), ginq_char_expan(3NCARG), plotchar(3NCARG),
38 gks(3NCARG), ncarg_gks_cbind(3NCARG)
39
40 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
41 mentals, UNIX Version
42
44 Copyright (C) 1987-2009
45 University Corporation for Atmospheric Research
46 The use of this Software is governed by a License Agreement.
47
48
49
50UNIX March 1993 GINQ_TEXT_COLR_IND(3NCARG)