createFont ========== :doc:`/types/AssetManagerInterface/index`::createFont Creates an empty font and returns its pointer. Declaration ----------- .. code-block:: cpp virtual Font* createFont(const std::string& fontName) = 0; Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - fontName - const `std::string `_\& - A unique name for the new :doc:`/types/Font/index`. Returns ------- A pointer to an empty :doc:`/types/Font/index`.