| 1106 | } |
| 1107 | |
| 1108 | void LabelTTFDynamicAlignment::setAlignmentCenter(Object* sender) |
| 1109 | { |
| 1110 | _horizAlign = TextHAlignment::CENTER; |
| 1111 | this->updateAlignment(); |
| 1112 | } |
| 1113 | |
| 1114 | void LabelTTFDynamicAlignment::setAlignmentRight(Object* sender) |
| 1115 | { |
nothing calls this directly
no test coverage detected