| 2811 | } |
| 2812 | |
| 2813 | void LabelLayoutBaseTest::initDrawNode(const ax::Size& size) |
| 2814 | { |
| 2815 | _drawNode = DrawNode::create(); |
| 2816 | |
| 2817 | _drawNode->setTag(3); |
| 2818 | addChild(_drawNode); |
| 2819 | this->updateDrawNodeSize(_label->getContentSize()); |
| 2820 | } |
| 2821 | |
| 2822 | void LabelLayoutBaseTest::setAlignmentLeft(Object* sender) |
| 2823 | { |
no test coverage detected