NAME
    RemFont -- Remove a font from the system list.
SYNOPSIS
    RemFont(textFont)
            A1
    void RemFont(struct textfont *);
FUNCTION
    This function removes a font from the system, ensuring that
    access to it is restricted to those applications that
    currently have an active pointer to it: i.e. no new setfont
    requests to this font are satisfied.
INPUTS
    textFont - the textfont structure to remove.
RESULT
BUGS
SEE ALSO
    setfont()  addfont()  graphics/text.h