FontWrapper::~FontWrapper()
{
    FC_FreeFont(_font);
    _font = nullptr;
}
Beispiel #2
0
void PDP_StartMenu::UnloadMenu()
{
    FC_FreeFont(_menuFont);
    delete _menu;
    _menu = NULL;
}