MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / initialiseModule

Method initialiseModule

radiantcore/fonts/FontManager.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void FontManager::initialiseModule(const IApplicationContext& ctx)
40{
41 _loader = std::make_unique<FontLoader>(*this);
42
43 // Find installed fonts in a new thread
44 _loader->start();
45}
46
47void FontManager::shutdownModule()
48{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected