| 809 | } |
| 810 | |
| 811 | void TextField::setTextVerticalAlignment(TextVAlignment alignment) |
| 812 | { |
| 813 | _textFieldRenderer->setVerticalAlignment(alignment); |
| 814 | } |
| 815 | |
| 816 | TextVAlignment TextField::getTextVerticalAlignment() const |
| 817 | { |
nothing calls this directly
no test coverage detected