* Changes the text to use the big-size font. */
| 114 | * Changes the text to use the big-size font. |
| 115 | */ |
| 116 | void Text::setBig() |
| 117 | { |
| 118 | _font = _big; |
| 119 | processText(); |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * Changes the text to use the small-size font. |
no outgoing calls