MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / clear

Method clear

src/Core/Graphics/Text.cpp:171–178  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

169
170 ////////////////////////////////////////////////////////////////////////////////
171 void RichText::clear()
172 {
173 // Clear texts
174 m_lines.clear();
175
176 // Reset bounds
177 m_bounds = sf::FloatRect();
178 }
179
180 RichText& RichText::append(const Text& text)
181 {

Callers 2

explodeFunction · 0.45
fromHexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected