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

Method setAlignmentLeft

tests/cpp-tests/Source/LabelTest/LabelTest.cpp:1102–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100}
1101
1102void LabelTTFDynamicAlignment::setAlignmentLeft(Object* sender)
1103{
1104 _horizAlign = TextHAlignment::LEFT;
1105 this->updateAlignment();
1106}
1107
1108void LabelTTFDynamicAlignment::setAlignmentCenter(Object* sender)
1109{

Callers

nothing calls this directly

Calls 2

updateAlignmentMethod · 0.95

Tested by

no test coverage detected