MCPcopy 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
167uint32_t FontGetPathHash(HFont font)
168{
169 assert(font);
170 return font->m_PathHash;
171}
172
173TextLayoutType FontGetLayoutType(HFont font)
174{

Callers 7

MakeGlyphIndexKeyFunction · 0.85
LoadFontMethod · 0.85
SetupDynamicFontStateFunction · 0.85
AddFontInternalFunction · 0.85
ResFontRemoveFontFunction · 0.85

Calls 1

assertFunction · 0.50

Tested by 1

LoadFontMethod · 0.68