MCPcopy 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
85void Font::reload(const ResourceManager& rm)
86{
87 init(rm.getFileData(mPath));
88}
89
90void Font::unload(const ResourceManager& rm)
91{

Callers

nothing calls this directly

Calls 2

getFileDataMethod · 0.80
initFunction · 0.70

Tested by

no test coverage detected