| 1112 | } |
| 1113 | |
| 1114 | void LabelTTFDynamicAlignment::setAlignmentRight(Object* sender) |
| 1115 | { |
| 1116 | _horizAlign = TextHAlignment::RIGHT; |
| 1117 | this->updateAlignment(); |
| 1118 | } |
| 1119 | |
| 1120 | std::string LabelTTFDynamicAlignment::title() const |
| 1121 | { |
nothing calls this directly
no test coverage detected