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

Function FontCollectionDestroy

engine/font/src/fontcollection.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46};
47
48void FontCollectionDestroy(HFontCollection coll)
49{
50#if defined(FONT_USE_SKRIBIDI)
51 skb_font_collection_destroy(coll->m_Collection);
52#endif
53 delete coll;
54}
55
56FontResult FontCollectionAddFont(HFontCollection coll, HFont hfont)
57{

Callers 3

DeleteFontMapFunction · 0.85
TearDownMethod · 0.85
TEST_FFunction · 0.85

Calls 1

Tested by 2

TearDownMethod · 0.68
TEST_FFunction · 0.68