MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / unload

Method unload

src/Font.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void Font::unload(const ResourceManager& rm)
91{
92 deinit();
93}
94
95std::shared_ptr<Font> Font::get(ResourceManager& rm, const std::string& path, int size)
96{

Callers

nothing calls this directly

Calls 1

deinitFunction · 0.70

Tested by

no test coverage detected