MCPcopy 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
11void FontManager::initialize()
12{
13 if (m_initialized) {
14 return;
15 }
16
17 loadApplicationFonts();
18 m_initialized = true;
19}
20
21void FontManager::loadApplicationFonts()
22{

Callers 1

SetApplicationThemeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected