1GQCHXP(3NCARG) NCAR GRAPHICS GQCHXP(3NCARG)
2
3
4
6 GQCHXP (Inquire character expansion factor) - retrieves the current
7 value of the character expansion factor.
8
10 CALL GQCHXP (ERRIND, CHXP)
11
13 #include <ncarg/gks.h>
14
15 void ginq_char_expan(Gint *err_ind, Gdouble *char_expan);
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 CHXP (Real, Output) - Contains the current value of the charac‐
25 ter expansion factor as set by default or by a call to
26 GSCHXP.
27
29 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
30
32 Online: gtx, gstxp, gstxal, gstxfp, gschh, gschsp, gschup, gschxp,
33 gscr, gstxci, gqtxp, gqtxal, gqtxfp, gqchh, gqchsp, gqchup, plotchar,
34 ginq_char_expan
35
36 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
37 mentals, UNIX Version
38
40 Copyright (C) 1987-2007
41 University Corporation for Atmospheric Research
42
43 This documentation is free software; you can redistribute it and/or
44 modify it under the terms of the GNU General Public License as pub‐
45 lished by the Free Software Foundation; either version 2 of the
46 License, or (at your option) any later version.
47
48 This software is distributed in the hope that it will be useful, but
49 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
50 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
51 Public License for more details.
52
53 You should have received a copy of the GNU General Public License along
54 with this software; if not, write to the Free Software Foundation,
55 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
56
57
58
59UNIX March 1993 GQCHXP(3NCARG)