destroyFont
AssetManager::destroyFont
Destroys a font.
Declaration
void destroyFont(const std::string& fontName);
Parameters
Name |
Type |
Description |
---|---|---|
fontName |
const std::string& |
The name of the Font to destroy. |
Returns
None.
AssetManager::destroyFont
Destroys a font.
void destroyFont(const std::string& fontName);
Name |
Type |
Description |
---|---|---|
fontName |
const std::string& |
The name of the Font to destroy. |
None.