1GINQ_CHAR_EXPAN(3NCARG) NCAR GRAPHICS GINQ_CHAR_EXPAN(3NCARG)
2
3
4
6 ginq_char_expan (Inquire character expansion factor) - retrieves the
7 current value of the character expansion factor.
8
10 #include <ncarg/gks.h>
11
12 void ginq_char_expan(Gint *err_ind, Gdouble *char_expan);
13
15 err_ind (Output) - If the inquired value cannot be returned cor‐
16 rectly, a non-zero error indicator is returned in err_ind,
17 otherwise a zero is returned. Consult "User's Guide for
18 NCAR GKS-0A Graphics" for a description of the meaning of
19 the error indicators.
20
21 char_expan (Output) - Contains the current value of the character
22 expansion factor as set by default or by a call to
23 gset_char_expan.
24
26 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
27 libraries.
28
30 Online: gtext(3NCARG), gset_text_path(3NCARG), gset_text_align(3NCARG),
31 gset_text_font_prec(3NCARG), gset_char_ht(3NCARG),
32 gset_char_space(3NCARG), gset_char_up_vec(3NCARG),
33 gset_char_expan(3NCARG), gset_colr_rep(3NCARG),
34 gset_text_colr_ind(3NCARG), ginq_text_path(3NCARG),
35 ginq_text_align(3NCARG), ginq_text_font_prec(3NCARG),
36 ginq_char_ht(3NCARG), ginq_char_space(3NCARG),
37 ginq_char_up_vec(3NCARG), plotchar(3NCARG), gks(3NCARG),
38 ncarg_gks_cbind(3NCARG)
39
40 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
41 mentals, UNIX Version
42
44 Copyright (C) 1987-2009
45 University Corporation for Atmospheric Research
46 The use of this Software is governed by a License Agreement.
47
48
49
50UNIX March 1993 GINQ_CHAR_EXPAN(3NCARG)