1GTEXT(3NCARG)                    NCAR GRAPHICS                   GTEXT(3NCARG)
2
3
4

NAME

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

SYNOPSIS

11       void gtext(const Gpoint *text_pos, const char *char_string);
12

DESCRIPTION

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

ACCESS

23       To  use  the  GKS  C-binding  routines,  load the ncarg_gks and ncarg_c
24       libraries.
25

SEE ALSO

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