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

Function FreeTextLayout

engine/gui/src/gui.cpp:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 static void FreeTextLayout(TextLayout* text_layout)
96 {
97 if (text_layout->m_Handle)
98 {
99 TextLayoutRelease(text_layout->m_Handle);
100 }
101 ResetTextLayout(text_layout);
102 }
103
104 static const char* SCRIPT_FUNCTION_NAMES[] =
105 {

Callers 2

FreeNodeMemoryFunction · 0.85
ResetInternalNodeFunction · 0.85

Calls 2

TextLayoutReleaseFunction · 0.85
ResetTextLayoutFunction · 0.85

Tested by

no test coverage detected