| 18 | } |
| 19 | |
| 20 | void TextComponent::onSizeChanged() |
| 21 | { |
| 22 | mAutoCalcExtent << (getSize().x() == 0), (getSize().y() == 0); |
| 23 | calculateExtent(); |
| 24 | } |
| 25 | |
| 26 | void TextComponent::setFont(std::shared_ptr<Font> font) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected