MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / ~Font

Method ~Font

src/Font.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79Font::~Font()
80{
81 LOG(LogInfo) << "Destroying font \"" << mPath << "\" with size " << mSize << ".";
82 deinit();
83}
84
85void Font::reload(const ResourceManager& rm)
86{

Callers

nothing calls this directly

Calls 1

deinitFunction · 0.70

Tested by

no test coverage detected