| 187 | |
| 188 | #if defined( CINDER_ANDROID ) || defined( CINDER_LINUX ) |
| 189 | void FontManager_destroyStaticInstance() |
| 190 | { |
| 191 | if( nullptr != FontManager::sInstance ) { |
| 192 | delete FontManager::sInstance; |
| 193 | FontManager::sInstance = nullptr; |
| 194 | } |
| 195 | } |
| 196 | #endif |
| 197 | |
| 198 | FontManager::FontManager() |
no outgoing calls
no test coverage detected