TEXT_LINE_SPACE(3G)
NAME
text_line_space − set the 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);
HP-UX COMPATIBILITY
Level: HP-UX/STANDARD
Origin: ANSI Computer Graphics Interface
DESCRIPTION
INPUT PARAMETERS
fildes
is an integer file descriptor returned by gopen when an I/O path to a graphics device is opened.
space
is the 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
0.0
SEE ALSO
Starbase Programmer’s Tutorial.
Hewlett-Packard — last mod. May 11, 2021