MCPcopy 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
161const char* FontGetPath(HFont font)
162{
163 assert(font);
164 return font->m_Path;
165}
166
167uint32_t FontGetPathHash(HFont font)
168{

Callers 6

FontCollectionAddFontFunction · 0.85
FontDebugFunction · 0.85
LoadFontMethod · 0.85
JobGenerateGlyphFunction · 0.85
JobPostProcessGlyphFunction · 0.85
GetFontInfoFunction · 0.85

Calls 1

assertFunction · 0.50

Tested by 1

LoadFontMethod · 0.68