Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ ~Text
Method
~Text
tests/Engine/Platform/EventHandler/Text.cpp:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
Text::~Text()
22
{
23
m_textSprite->Clear();
24
m_text->Kill();
25
}
26
27
void Text::SetContent(const Nz::String& string, unsigned int size)
28
{
Callers
nothing calls this directly
Calls
2
Kill
Method · 0.80
Clear
Method · 0.45
Tested by
no test coverage detected