| 37 | } |
| 38 | |
| 39 | void 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 | |
| 47 | void FontManager::shutdownModule() |
| 48 | { |