1GQCHSP(3NCARG)                   NCAR GRAPHICS                  GQCHSP(3NCARG)
2
3
4

NAME

6       GQCHSP  (Inquire  character  spacing) - retrieves the current value for
7       character spacing.
8

SYNOPSIS

10       CALL GQCHSP (ERRIND, CHSP)
11

C-BINDING SYNOPSIS

13       #include <ncarg/gks.h>
14
15       void ginq_char_space(Gint *err_ind, Gdouble *char_space);
16

DESCRIPTION

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       CHSP        (Real, Output) - Contains the current value  for  character
25                   spacing as set by default or by a call to GSCHSP.
26

ACCESS

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

SEE ALSO

31       Online:  gtx,  gstxp,  gstxal,  gstxfp,  gschh, gschsp, gschup, gschxp,
32       gscr, gstxci, gqtxp, gqtxal, gqtxfp, gqchh, gqchup,  gqchxp,  plotchar,
33       ginq_char_space
34
35       Hardcopy:  User's  Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
36       mentals, UNIX Version
37
39       Copyright (C) 1987-2007
40       University Corporation for Atmospheric Research
41
42       This documentation is free software; you  can  redistribute  it  and/or
43       modify  it  under  the  terms of the GNU General Public License as pub‐
44       lished by the  Free  Software  Foundation;  either  version  2  of  the
45       License, or (at your option) any later version.
46
47       This  software  is  distributed in the hope that it will be useful, but
48       WITHOUT ANY  WARRANTY;  without  even  the  implied  warranty  of  MER‐
49       CHANTABILITY  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
50       Public License for more details.
51
52       You should have received a copy of the GNU General Public License along
53       with  this  software;  if  not,  write to the Free Software Foundation,
54       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
55
56
57
58UNIX                              March 1993                    GQCHSP(3NCARG)
Impressum