MCPcopy Create free account
hub / github.com/defold/defold / FontGetType

Function FontGetType

engine/font/src/font.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155FontType FontGetType(HFont font)
156{
157 assert(font);
158 return font->m_Type;
159}
160
161const char* FontGetPath(HFont font)
162{

Callers 3

GetOrCreateGlyphByIndexFunction · 0.85
FontDebugFunction · 0.85
JobGenerateGlyphFunction · 0.85

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected