* Returns the way the text is aligned horizontally * relative to the drawing area. * @return Horizontal alignment. */
| 235 | * @return Horizontal alignment. |
| 236 | */ |
| 237 | TextHAlign Text::getAlign() const |
| 238 | { |
| 239 | return _align; |
| 240 | } |
| 241 | |
| 242 | /** |
| 243 | * Changes the way the text is aligned vertically |