| 2908 | } |
| 2909 | |
| 2910 | LabelWrapByWordTest::LabelWrapByWordTest() |
| 2911 | { |
| 2912 | _label->setLineSpacing(5); |
| 2913 | _label->setAdditionalKerning(2); |
| 2914 | _label->setVerticalAlignment(TextVAlignment::CENTER); |
| 2915 | _label->setOverflow(Label::Overflow::CLAMP); |
| 2916 | } |
| 2917 | |
| 2918 | std::string LabelWrapByWordTest::title() const |
| 2919 | { |
nothing calls this directly
no test coverage detected