| 2971 | ///////////////////////////////////////////////// |
| 2972 | |
| 2973 | LabelShrinkByWordTest::LabelShrinkByWordTest() |
| 2974 | { |
| 2975 | _label->setLineSpacing(5); |
| 2976 | _label->setAdditionalKerning(2); |
| 2977 | _label->setString("This is Hello World hehe I love 一二三"); |
| 2978 | _label->setVerticalAlignment(TextVAlignment::TOP); |
| 2979 | _label->setOverflow(Label::Overflow::SHRINK); |
| 2980 | } |
| 2981 | |
| 2982 | std::string LabelShrinkByWordTest::title() const |
| 2983 | { |
nothing calls this directly
no test coverage detected