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

Function GetFontCollection

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

Source from the content-addressed store, hash-verified

816
817
818 HFontCollection GetFontCollection(dmRender::HFontMap font_map)
819 {
820 return font_map->m_FontCollection;
821 }
822
823 uint32_t GetFontMapResourceSize(HFontMap font_map)
824 {

Callers 11

CreateProfilerTextLayoutFunction · 0.85
CreateTextLayoutFunction · 0.85
DrawTextFunction · 0.85
GetOrCreateTextLayoutFunction · 0.85
ResFontPrewarmTextFunction · 0.85
ResFontGetFontCollectionFunction · 0.85
AddFontInternalFunction · 0.85
ResFontRemoveFontFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

CreateTextLayoutFunction · 0.68
TEST_FFunction · 0.68