gtext Text(3) The basic output primitive for drawing text. A number

SYNOPSIS

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

DESCRIPTION

text_pos.x
(Gfloat, Input) The x world coordinate of the text alignment of the first character in char_string.
text_pos.y
(Gfloat, Input) The y world coordinate of the text alignment of the first character in char_string.
char_string
(Input) The characters to be drawn.

ACCESS

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

COPYRIGHT

Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.