MCPcopy Create free account
hub / github.com/defold/defold / DeleteFontMap

Function DeleteFontMap

engine/render/src/render/font/fontmap.cpp:275–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 void DeleteFontMap(HFontMap font_map)
276 {
277 FontCollectionDestroy(font_map->m_FontCollection);
278 dmMutex::Delete(font_map->m_Mutex);
279 delete font_map;
280 }
281
282 void SetFontMapUserData(HFontMap font_map, void* user_data)
283 {

Callers 6

TearDownMethod · 0.85
TearDownMethod · 0.85
TEST_FFunction · 0.85
TearDownMethod · 0.85
NewFontMapFunction · 0.85
DeleteFontResourceFunction · 0.85

Calls 2

FontCollectionDestroyFunction · 0.85
DeleteFunction · 0.50

Tested by 4

TearDownMethod · 0.68
TearDownMethod · 0.68
TEST_FFunction · 0.68
TearDownMethod · 0.68