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

Method LabelMultilineWithOutline

tests/cpp-tests/Source/LabelTest/LabelTest.cpp:2193–2199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2191}
2192
2193LabelMultilineWithOutline::LabelMultilineWithOutline()
2194{
2195 auto label = Label::createWithTTF("Multi-line text\nwith\noutline feature", "fonts/arial.ttf", 24);
2196 label->enableOutline(Color4B::ORANGE, 1);
2197 label->setPosition(VisibleRect::center());
2198 addChild(label);
2199}
2200
2201std::string LabelMultilineWithOutline::title() const
2202{

Callers

nothing calls this directly

Calls 2

enableOutlineMethod · 0.45
setPositionMethod · 0.45

Tested by

no test coverage detected