FM_CLIPLIM(3W)
Series 300 and 500 Only
NAME
fm_cliplim − set clip limits
SYNOPSIS
int fm_cliplim (gfd,x,y,width,height);
int gfd;
int x,y;
int width,height;
DESCRIPTION
gfd is an integer file descriptor for an gopened device interface.
x,y are the minimum x,y clip boundary, in pixels, relative to the window described by gfd.
width,height
are the size, in pixels, of the rectangle to clip.
DISCUSSION
This routine sets clipping rectangle for raster alpha output as indicated by x, y, width, and height.
HARDWARE DEPENDENCIES
Series 500:
Font manager routines do not support HP-15 (2-byte) fonts on Series 500.
SEE ALSO
DIAGNOSTICS
Returns -1 if gfd is not valid, otherwise 0 is returned. See errno(2) for more information.
Hewlett-Packard Company — May 11, 2021