MCPcopy Create free account
hub / github.com/cinder/Cinder / FontManager_destroyStaticInstance

Function FontManager_destroyStaticInstance

src/cinder/Font.cpp:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

PlatformAndroidMethod · 0.85
cleanupLaunchMethod · 0.85
cleanupLaunchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected