Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ FontGetPathHash
Function
FontGetPathHash
engine/font/src/font.cpp:167–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
uint32_t FontGetPathHash(HFont font)
168
{
169
assert(font);
170
return font->m_PathHash;
171
}
172
173
TextLayoutType FontGetLayoutType(HFont font)
174
{
Callers
7
MakeGlyphIndexKey
Function · 0.85
LoadFont
Method · 0.85
SetupDynamicFontState
Function · 0.85
ResFontGetTTFResourceFromFont
Function · 0.85
ResFontGetPathHashFromFont
Function · 0.85
AddFontInternal
Function · 0.85
ResFontRemoveFont
Function · 0.85
Calls
1
assert
Function · 0.50
Tested by
1
LoadFont
Method · 0.68