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-2007
34 University Corporation for Atmospheric Research
35
36 This documentation is free software; you can redistribute it and/or
37 modify it under the terms of the GNU General Public License as pub‐
38 lished by the Free Software Foundation; either version 2 of the
39 License, or (at your option) any later version.
40
41 This software is distributed in the hope that it will be useful, but
42 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
43 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
44 Public License for more details.
45
46 You should have received a copy of the GNU General Public License along
47 with this software; if not, write to the Free Software Foundation,
48 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
49
50
51
52UNIX March 1993 GSCHH(3NCARG)