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-2007
45 University Corporation for Atmospheric Research
46
47 This documentation is free software; you can redistribute it and/or
48 modify it under the terms of the GNU General Public License as pub‐
49 lished by the Free Software Foundation; either version 2 of the
50 License, or (at your option) any later version.
51
52 This software is distributed in the hope that it will be useful, but
53 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
54 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
55 Public License for more details.
56
57 You should have received a copy of the GNU General Public License along
58 with this software; if not, write to the Free Software Foundation,
59 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
60
61
62
63UNIX March 1993 GINQ_TEXT_COLR_IND(3NCARG)