| 39 | } |
| 40 | |
| 41 | inline void loadFont(const char* const pFile) { |
| 42 | mFont->loadFont(pFile); |
| 43 | } |
| 44 | |
| 45 | inline void loadSystemFont(const char* const pName) { |
| 46 | mFont->loadSystemFont(pName); |
nothing calls this directly
no outgoing calls
no test coverage detected