1GSET_CHAR_SPACE(3NCARG) NCAR GRAPHICS GSET_CHAR_SPACE(3NCARG)
2
3
4
6 gset_char_space (Set character spacing) - sets the character spacing
7 for text.
8
10 #include <ncarg/gks.h>
11
12 void gset_char_space(Gdouble char_space);
13
15 char_space (Input) - Specifies how much additional white space should
16 be inserted between characters drawn using the gtext output
17 primitive. char_space is specified as a fraction of the
18 character height.
19
20 A character spacing of zero positions the character body of
21 each successive character contiguously with enough white
22 space between them to produce pleasing normal spacing. A
23 positive value inserts extra space between successive char‐
24 acters. A negative value causes successive characters to
25 overlap. By default char_space = 0.0.
26
28 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
29 libraries.
30
32 Online: gtext(3NCARG), gset_text_path(3NCARG), gset_text_align(3NCARG),
33 gset_text_font_prec(3NCARG), gset_char_ht(3NCARG),
34 gset_char_up_vec(3NCARG), gset_char_expan(3NCARG),
35 gset_colr_rep(3NCARG), gset_text_colr_ind(3NCARG),
36 ginq_text_path(3NCARG), ginq_text_align(3NCARG),
37 ginq_text_font_prec(3NCARG), ginq_char_ht(3NCARG),
38 ginq_char_space(3NCARG), ginq_char_up_vec(3NCARG),
39 ginq_char_expan(3NCARG), plotchar(3NCARG), gks(3NCARG),
40 ncarg_gks_cbind(3NCARG)
41
42 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
43 mentals, UNIX Version
44
46 Copyright (C) 1987-2009
47 University Corporation for Atmospheric Research
48 The use of this Software is governed by a License Agreement.
49
50
51
52UNIX March 1993 GSET_CHAR_SPACE(3NCARG)