Table of Contents
Script::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.