MCPcopy Create free account
hub / github.com/axmolengine/axmol / LabelIssue11699Test

Method LabelIssue11699Test

tests/cpp-tests/Source/LabelTest/LabelTest.cpp:2361–2369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2359}
2360
2361LabelIssue11699Test::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
2371std::string LabelIssue11699Test::title() const
2372{

Callers

nothing calls this directly

Calls 2

enableOutlineMethod · 0.45
setPositionMethod · 0.45

Tested by

no test coverage detected