| 1100 | } |
| 1101 | |
| 1102 | void LabelTTFDynamicAlignment::setAlignmentLeft(Object* sender) |
| 1103 | { |
| 1104 | _horizAlign = TextHAlignment::LEFT; |
| 1105 | this->updateAlignment(); |
| 1106 | } |
| 1107 | |
| 1108 | void LabelTTFDynamicAlignment::setAlignmentCenter(Object* sender) |
| 1109 | { |
nothing calls this directly
no test coverage detected