[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   NAME
        CloseFont -- Release a pointer to a system font.

   SYNOPSIS
        CloseFont(font)
                  A1

        void CloseFont(struct textfont *);

   FUNCTION
        This function indicates that the font specified is no longer
        in use.  It is used to close a font opened by openfont, so
        that fonts that are no longer in use do not consume system
        resources.

   INPUTS
        font -  a font pointer as returned by openfont() or opendiskfont()

   RESULT

   BUGS

   SEE ALSO
        openfont()  diskfont.library/opendiskfont  graphics/text.h