* Changes the way the text is aligned horizontally * relative to the drawing area. * @param align Horizontal alignment. */
| 224 | * @param align Horizontal alignment. |
| 225 | */ |
| 226 | void Text::setAlign(TextHAlign align) |
| 227 | { |
| 228 | _align = align; |
| 229 | _redraw = true; |
| 230 | } |
| 231 | |
| 232 | /** |
| 233 | * Returns the way the text is aligned horizontally |
no outgoing calls