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

Function DestroyGlyphBank

engine/render/src/test/test_render.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93static void DestroyGlyphBank(dmRenderDDF::GlyphBank* bank)
94{
95 delete[] bank->m_Glyphs.m_Data;
96 delete bank;
97}
98
99static HTextLayout CreateTextLayout(dmRender::HFontMap font_map, const char* text, const TextLayoutSettings& settings)
100{

Callers 1

TearDownMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected