Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ FontGetPath
Function
FontGetPath
engine/font/src/font.cpp:161–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
const char* FontGetPath(HFont font)
162
{
163
assert(font);
164
return font->m_Path;
165
}
166
167
uint32_t FontGetPathHash(HFont font)
168
{
Callers
6
FontCollectionAddFont
Function · 0.85
FontDebug
Function · 0.85
LoadFont
Method · 0.85
JobGenerateGlyph
Function · 0.85
JobPostProcessGlyph
Function · 0.85
GetFontInfo
Function · 0.85
Calls
1
assert
Function · 0.50
Tested by
1
LoadFont
Method · 0.68