* Changes the way the text is aligned vertically * relative to the drawing area. * @param valign Vertical alignment. */
| 245 | * @param valign Vertical alignment. |
| 246 | */ |
| 247 | void Text::setVerticalAlign(TextVAlign valign) |
| 248 | { |
| 249 | _valign = valign; |
| 250 | _redraw = true; |
| 251 | } |
| 252 | |
| 253 | /** |
| 254 | * Changes the color used to render the text. Unlike regular graphics, |
no outgoing calls