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

Method setAlignmentCenter

tests/cpp-tests/Source/LabelTest/LabelTest.cpp:1108–1112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1106}
1107
1108void LabelTTFDynamicAlignment::setAlignmentCenter(Object* sender)
1109{
1110 _horizAlign = TextHAlignment::CENTER;
1111 this->updateAlignment();
1112}
1113
1114void LabelTTFDynamicAlignment::setAlignmentRight(Object* sender)
1115{

Callers

nothing calls this directly

Calls 2

updateAlignmentMethod · 0.95

Tested by

no test coverage detected