.. highlightlang:: us .. index:: FontDestroy .. _fontdestroy: FontDestroy =========== .. us.tag FontDestroy ENGLISH :ref:`FontDestroy` destroys the given font and frees any memory the font occupied. .. function:: bool = FontDestroy(hFont) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hFont Identifies the font. .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog` :sub:`id-129032`