MCPcopy 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
21Text::~Text()
22{
23 m_textSprite->Clear();
24 m_text->Kill();
25}
26
27void Text::SetContent(const Nz::String& string, unsigned int size)
28{

Callers

nothing calls this directly

Calls 2

KillMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected