1GSCHXP(3NCARG) NCAR GRAPHICS GSCHXP(3NCARG)
2
3
4
6 GSCHXP (Set character expansion factor) - sets the width to height
7 ratio of text.
8
10 CALL GSCHXP (CHXP)
11
13 #include <ncarg/gks.h>
14
15 void gset_char_expan(Gdouble char_expan);
16
18 CHXP (Real, Input) - Specifies a deviation of the width to
19 height ratio for characters drawn using the GTX output
20 primitive. CHXP of 10.0 would specify a character that is
21 10 times as wide as normal. CHXP of 0.1 would request
22 characters that are 1/10th as wide as normal. The charac‐
23 ter height remains unchanged. CHXP > 0. By default CHXP =
24 1.0
25
27 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
28
30 Online: gtx, gstxp, gstxal, gstxfp, gschh, gschsp, gschup, gscr,
31 gstxci, gqtxp, gqtxal, gqtxfp, gqchh, gqchsp, gqchup, gqchxp, plotchar,
32 gset_char_expan
33
34 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
35 mentals, UNIX Version
36
38 Copyright (C) 1987-2009
39 University Corporation for Atmospheric Research
40 The use of this Software is governed by a License Agreement.
41
42
43
44UNIX March 1993 GSCHXP(3NCARG)