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