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.