Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
FontType FontGetType(HFont font)
156
{
157
assert(font);
158
return font->m_Type;
159
}
160
161
const char* FontGetPath(HFont font)
162
{
Callers
3
GetOrCreateGlyphByIndex
Function · 0.85
FontDebug
Function · 0.85
JobGenerateGlyph
Function · 0.85
Calls
1
assert
Function · 0.50
Tested by
no test coverage detected