Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetUp
Method · 0.85
TEST_F
Function · 0.85
SetUp
Method · 0.85
CreateFont
Function · 0.85
Calls
no outgoing calls
Tested by
3
SetUp
Method · 0.68
TEST_F
Function · 0.68
SetUp
Method · 0.68