MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / Clear

Method Clear

src/Nazara/Utility/SimpleTextDrawer.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void SimpleTextDrawer::Clear()
47 {
48 m_text.Clear(true);
49 ClearGlyphs();
50 }
51
52 const Recti& SimpleTextDrawer::GetBounds() const
53 {

Callers 6

ClearGlyphCacheMethod · 0.45
UninitializeMethod · 0.45
HasAlphaMethod · 0.45
SaveMethod · 0.45
ParseMethod · 0.45
SaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected