1GSCHSP(3NCARG) NCAR GRAPHICS GSCHSP(3NCARG)
2
3
4
6 GSCHSP (Set character spacing) - sets the character spacing for text.
7
9 CALL GSCHSP (CHSP)
10
12 #include <ncarg/gks.h>
13
14 void gset_char_space(Gdouble char_space);
15
17 CHSP (Real, Input) - Specifies how much additional white space
18 should be inserted between characters drawn using the GTX
19 output primitive. CHSP is specified as a fraction of the
20 character height.
21
22 A character spacing of zero positions the character body of
23 each successive character contiguously with enough white
24 space between them to produce pleasing normal spacing. A
25 positive value inserts extra space between successive char‐
26 acters. A negative value causes successive characters to
27 overlap. By default CHSP = 0.0.
28
30 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
31
33 Online: gtx, gstxp, gstxal, gstxfp, gschh, gschup, gschxp, gscr,
34 gstxci, gqtxp, gqtxal, gqtxfp, gqchh, gqchsp, gqchup, gqchxp, plotchar,
35 gset_char_space
36
37 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
38 mentals, UNIX Version
39
41 Copyright (C) 1987-2007
42 University Corporation for Atmospheric Research
43
44 This documentation is free software; you can redistribute it and/or
45 modify it under the terms of the GNU General Public License as pub‐
46 lished by the Free Software Foundation; either version 2 of the
47 License, or (at your option) any later version.
48
49 This software is distributed in the hope that it will be useful, but
50 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
51 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
52 Public License for more details.
53
54 You should have received a copy of the GNU General Public License along
55 with this software; if not, write to the Free Software Foundation,
56 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
57
58
59
60UNIX March 1993 GSCHSP(3NCARG)