.. highlightlang:: us .. index:: FontDestroy .. _fontdestroy: FontDestroy =========== .. us.tag FontDestroy GERMAN :ref:`FontDestroy` zerstört einen Font. .. function:: bool = FontDestroy(hFont) .. us.return **Returnwert** *bool* ist TRUE (1), wenn die Funktion erfolgreich war und FALSE (0), wenn der Font nicht zerstört werden konnte. .. us.params **Parameter** .. uparam:: hFont *hFont* ist die Zugriffsnummer (Handle) des mit :ref:`FontCreate` oder :ref:`FontDialog` erzeugten Fonts. .. seealso:: :ref:`uberblick-fonts`, :ref:`FontCreate`, :ref:`FontDialog` :sub:`id-129032`