* Changes the text to use the small-size font. */
| 109 | * Changes the text to use the small-size font. |
| 110 | */ |
| 111 | void TextButton::setSmall() |
| 112 | { |
| 113 | _text->setSmall(); |
| 114 | _redraw = true; |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * Returns the font currently used by the text. |