Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ reload
Method
reload
src/Font.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void Font::reload(const ResourceManager& rm)
86
{
87
init(rm.getFileData(mPath));
88
}
89
90
void Font::unload(const ResourceManager& rm)
91
{
Callers
nothing calls this directly
Calls
2
getFileData
Method · 0.80
init
Function · 0.70
Tested by
no test coverage detected