///////////////////////////////////////////////////////////////////////////
| 57 | |
| 58 | //////////////////////////////////////////////////////////////////////////////// |
| 59 | sf::FloatRect RichText::Line::getGlobalBounds() const |
| 60 | { |
| 61 | return getTransform().transformRect(getLocalBounds()); |
| 62 | } |
| 63 | |
| 64 | //////////////////////////////////////////////////////////////////////////////// |
| 65 | void RichText::Line::draw(sf::RenderTarget& target, sf::RenderStates states) const |
no outgoing calls
no test coverage detected