1GTEXT(3NCARG) NCAR GRAPHICS GTEXT(3NCARG)
2
3
4
6 gtext (Text) - The basic output primitive for drawing text. A number
7 of attribute setting routines are available for selecting the size,
8 font, precision, orientation, color, character spacing, etc.
9
11 void gtext(const Gpoint *text_pos, const char *char_string);
12
14 text_pos.x (Gfloat, Input) The x world coordinate of the text align‐
15 ment of the first character in char_string.
16
17 text_pos.y (Gfloat, Input) The y world coordinate of the text align‐
18 ment of the first character in char_string.
19
20 char_string (Input) The characters to be drawn.
21
23 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
24 libraries.
25
27 Online: gset_text_path(3NCARG), gset_text_align(3NCARG),
28 gset_text_font_prec(3NCARG), gset_char_ht(3NCARG),
29 gset_char_space(3NCARG), gset_char_up_vec(3NCARG),
30 gset_char_expan(3NCARG), gset_colr_rep(3NCARG),
31 gset_text_colr_ind(3NCARG), ginq_text_path(3NCARG),
32 ginq_text_align(3NCARG), ginq_text_font_prec(3NCARG),
33 ginq_char_ht(3NCARG), ginq_char_space(3NCARG),
34 ginq_char_up_vec(3NCARG), ginq_char_expan(3NCARG), plotchar(3NCARG),
35 gks(3NCARG), ncarg_gks_cbind(3NCARG)
36
37 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
38 mentals, UNIX Version
39
41 Copyright (C) 1987-2009
42 University Corporation for Atmospheric Research
43 The use of this Software is governed by a License Agreement.
44
45
46
47UNIX March 1993 GTEXT(3NCARG)