Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ text_line_s(3G) — HP-UX 5.50

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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 Graphics Techniques.

Hewlett-Packard Company  —  May 11, 2021

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026