Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

hatch_orientation(3G)

hatch_spacing(3G)

interior_style(3G)

hatch_type(3G)

NAME

hatch_type − specify type of hatching to be done

SYNOPSIS

C Syntax:

void hatch_type(fildes,style)
int fildes,style;

FORTRAN77 Syntax:

subroutine hatch_type(fildes,style)
integer*4 fildes,style

Pascal Syntax:

procedure hatch_type(fildes,style:integer);

DESCRIPTION

Input Parameters

fildes Integer file descriptor returned by gopen when an I/O path to a graphics device is opened. 

style One of the following: PARALLEL_HATCH, CROSSHATCH

Discussion

This call allows the user to specify whether hatching is to be done with parallel lines or with 90 degree crosshatching. 

DEFAULTS

style = PARALLEL_HATCH

SEE ALSO

hatch_orientation(3G), hatch_spacing(3G), interior_style(3G). 

 

Hewlett-Packard Company  —  HP-UX Release 9.0: August 1992

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