1GSCHH(3NCARG) NCAR GRAPHICS GSCHH(3NCARG)
2
3
4
6 GSCHH (Set character height) - sets the character height for text.
7
9 CALL GSCHH (CHH)
10
12 #include <ncarg/gks.h>
13
14 void gset_char_ht(Gdouble char_ht);
15
17 CHH (Real, Input) - Gives the height in world coordinates at
18 which a character is drawn using the GTX output primitive.
19 CHH > 0. By default CHH = 0.01.
20
22 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
23
25 Online: gtx, gstxp, gstxal, gstxfp, gschsp, gschup, gschxp, gscr,
26 gstxci, gqtxp, gqtxal, gqtxfp, gqchh, gqchsp, gqchup, gqchxp, plotchar,
27 gset_char_ht
28
29 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
30 mentals, UNIX Version
31
33 Copyright (C) 1987-2009
34 University Corporation for Atmospheric Research
35 The use of this Software is governed by a License Agreement.
36
37
38
39UNIX March 1993 GSCHH(3NCARG)