Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
void Font::unload(const ResourceManager& rm)
91
{
92
deinit();
93
}
94
95
std::shared_ptr<Font> Font::get(ResourceManager& rm, const std::string& path, int size)
96
{
Callers
nothing calls this directly
Calls
1
deinit
Function · 0.70
Tested by
no test coverage detected