FM_REMOVE(3W)
Series 300 and 500 Only
NAME
fm_remove − remove a font
SYNOPSIS
int fm_remove(gfd,fontid);
int gfd,fontid;
DESCRIPTION
gfd is an integer file descriptor for an gopened device interface.
fontid
is the id of font to be removed.
DISCUSSION
This routine deletes the font and makes it unavailable for further use by the user. All fonts should be removed via fm_remove calls before gclose is called.
HARDWARE DEPENDENCIES
Series 500:
Font manager routines do not support HP-15 (2-byte) fonts on Series 500.
SEE ALSO
DIAGNOSTICS
A -1 is returned, if gfd is invalid, or fontid is not valid for this process/window; otherwise 0 is returned. See errno(2) for more information.
Hewlett-Packard Company — May 11, 2021