///////////////////////////////////////////////////////////////////////////
| 59 | |
| 60 | //////////////////////////////////////////////////////////////////////////////// |
| 61 | sf::FloatRect RichText::Line::getGlobalBounds() const |
| 62 | { |
| 63 | return getTransform().transformRect(getLocalBounds()); |
| 64 | } |
| 65 | |
| 66 | |
| 67 | //////////////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected