///////////////////////////////////////////////////////////////////////////
| 259 | |
| 260 | //////////////////////////////////////////////////////////////////////////////// |
| 261 | void RichText::clear() |
| 262 | { |
| 263 | // Clear texts |
| 264 | m_lines.clear(); |
| 265 | |
| 266 | // Reset bounds |
| 267 | m_bounds = sf::FloatRect(); |
| 268 | } |
| 269 | |
| 270 | |
| 271 | //////////////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected