text_line_space(3G)
NAME
text_line_space − set spacing between lines for subsequent text procedures
SYNOPSIS
C Syntax:
void text_line_space ( fildes, space );
int fildes;
float space;
FORTRAN77 Syntax:
subroutine text_line_space ( fildes, space )
integer*4 fildes
real space
Pascal Syntax:
procedure text_line_space ( fildes:integer; space:real );
DESCRIPTION
Input Parameters
fildes Integer file descriptor returned by gopen when an I/O path to a graphics device is opened.
space Fraction of the character’s height to be added between lines.
Discussion
text_line_space specifies the space between lines as a fraction of the character height. The space is added along the line path.
DEFAULTS
space = 0.0
SEE ALSO
Starbase Reference: character_height(3G), intra_character_space(3G), text(3G).
Starbase Graphics Techniques.
Hewlett-Packard Company — November 03, 1994