| 253 | } |
| 254 | |
| 255 | void SystemPath::overrideDirectory( SystemPath::Directory dir, const std::filesystem::path& path ) |
| 256 | { |
| 257 | directories_()[(size_t)dir] = path; |
| 258 | } |
| 259 | |
| 260 | const std::vector<SystemPath::SystemFontPaths>& SystemPath::getSystemFonts() |
| 261 | { |
no outgoing calls
no test coverage detected