fm_remove(3G)
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.
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) in HP-UX Reference for more information.
Hewlett-Packard Company — HP-UX Release 10.0