| 823 | } |
| 824 | |
| 825 | void LabelFNTMultiLineAlignment::snapArrowsToEdge() |
| 826 | { |
| 827 | this->_arrows->setPosition( |
| 828 | Vec2(this->_label->getPosition().x + this->_label->getContentSize().width / 2, this->_label->getPosition().y)); |
| 829 | } |
| 830 | |
| 831 | /// LabelFNTMultiLineAlignmentUNICODE |
| 832 |
no test coverage detected