MCPcopy 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
150FontResult FontFreeGlyph(HFont font, FontGlyph* glyph)
151{
152 return font->m_FreeGlyph(font, glyph);
153}
154
155FontType FontGetType(HFont font)
156{

Callers 4

AddGlyphByIndexFunction · 0.85
RemoveGlyphByIndexFunction · 0.85
FontDebugFunction · 0.85
ReleaseJobItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected