Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Adaptix-Framework/AdaptixC2
/ initialize
Method
initialize
AdaptixClient/Source/Utils/FontManager.cpp:11–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
void FontManager::initialize()
12
{
13
if (m_initialized) {
14
return;
15
}
16
17
loadApplicationFonts();
18
m_initialized = true;
19
}
20
21
void FontManager::loadApplicationFonts()
22
{
Callers
1
SetApplicationTheme
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected