Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
Font::~Font()
80
{
81
LOG(LogInfo) <<
"Destroying font \"
" << mPath << "
\
" with size "
<< mSize <<
"."
;
82
deinit();
83
}
84
85
void Font::reload(const ResourceManager& rm)
86
{
Callers
nothing calls this directly
Calls
1
deinit
Function · 0.70
Tested by
no test coverage detected