///////////////////////////////////////////////////////
| 732 | |
| 733 | //////////////////////////////////////////////////////////// |
| 734 | FloatRect Text::getGlobalBounds() const |
| 735 | { |
| 736 | return getTransform().transformRect(getLocalBounds()); |
| 737 | } |
| 738 | |
| 739 | |
| 740 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected