destroyFont =========== :doc:`/types/Script/index`::destroyFont Destroys a font. Declaration ----------- .. code-block:: cpp void destroyFont(const std::string& fontName); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - fontName - const `std::string `_\& - The name of the :doc:`/types/Font/index` to destroy. Returns ------- None.