Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ FontFreeGlyph
Function
FontFreeGlyph
engine/font/src/font.cpp:150–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
FontResult FontFreeGlyph(HFont font, FontGlyph* glyph)
151
{
152
return font->m_FreeGlyph(font, glyph);
153
}
154
155
FontType FontGetType(HFont font)
156
{
Callers
4
AddGlyphByIndex
Function · 0.85
RemoveGlyphByIndex
Function · 0.85
FontDebug
Function · 0.85
ReleaseJobItem
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected