| 2359 | } |
| 2360 | |
| 2361 | LabelIssue11699Test::LabelIssue11699Test() |
| 2362 | { |
| 2363 | auto center = VisibleRect::center(); |
| 2364 | |
| 2365 | auto label = Label::createWithTTF("中国", "fonts/HKYuanMini.ttf", 150); |
| 2366 | label->enableOutline(Color4B::RED, 2); |
| 2367 | label->setPosition(center.x, center.y); |
| 2368 | addChild(label); |
| 2369 | } |
| 2370 | |
| 2371 | std::string LabelIssue11699Test::title() const |
| 2372 | { |
nothing calls this directly
no test coverage detected