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

Function SetFontMapMaterial

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

Source from the content-addressed store, hash-verified

298 }
299
300 void SetFontMapMaterial(HFontMap font_map, HMaterial material)
301 {
302 DM_MUTEX_SCOPED_LOCK(font_map->m_Mutex);
303 font_map->m_Material = material;
304 }
305
306 HMaterial GetFontMapMaterial(HFontMap font_map)
307 {

Callers 4

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

Calls

no outgoing calls

Tested by 3

SetUpMethod · 0.68
TEST_FFunction · 0.68
SetUpMethod · 0.68