///////////////////////////////////////////////////////
| 723 | |
| 724 | //////////////////////////////////////////////////////////// |
| 725 | FloatRect Text::getLocalBounds() const |
| 726 | { |
| 727 | ensureGeometryUpdate(); |
| 728 | |
| 729 | return m_bounds; |
| 730 | } |
| 731 | |
| 732 | |
| 733 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected