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

Function FontCollectionCreate

engine/font/src/fontcollection.cpp:37–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37HFontCollection FontCollectionCreate()
38{
39 FontCollection* coll = new FontCollection;
40 coll->m_LayoutType = TEXT_LAYOUT_TYPE_FULL;
41
42#if defined(FONT_USE_SKRIBIDI)
43 coll->m_Collection = skb_font_collection_create();
44#endif
45 return coll;
46};
47
48void FontCollectionDestroy(HFontCollection coll)
49{

Callers 7

SetUpMethod · 0.85
SetUpMethod · 0.85
TEST_FFunction · 0.85
SetUpMethod · 0.85
SetUpMethod · 0.85
TEST_FFunction · 0.85
CreateFontFunction · 0.85

Calls 1

Tested by 6

SetUpMethod · 0.68
SetUpMethod · 0.68
TEST_FFunction · 0.68
SetUpMethod · 0.68
SetUpMethod · 0.68
TEST_FFunction · 0.68