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-2009
42 University Corporation for Atmospheric Research
43 The use of this Software is governed by a License Agreement.
44
45
46
47UNIX March 1993 GSCHSP(3NCARG)