MCPcopy Create free account
hub / github.com/MyGUI/mygui / removeFont

Method removeFont

Tools/FontEditor/FontExportSerializer.cpp:330–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 }
329
330 void FontExportSerializer::removeFont(std::string_view _fontName)
331 {
332 MyGUI::ResourceManager& manager = MyGUI::ResourceManager::getInstance();
333 if (manager.isExist(_fontName))
334 manager.removeByName(_fontName);
335 }
336
337}

Callers

nothing calls this directly

Calls 2

removeByNameMethod · 0.80
isExistMethod · 0.45

Tested by

no test coverage detected