* Changes the text to use the small-size font. */
| 123 | * Changes the text to use the small-size font. |
| 124 | */ |
| 125 | void Text::setSmall() |
| 126 | { |
| 127 | _font = _small; |
| 128 | processText(); |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Returns the font currently used by the text. |
no outgoing calls
no test coverage detected