* Returns the font currently used by the text. * @return Pointer to font. */
| 133 | * @return Pointer to font. |
| 134 | */ |
| 135 | Font *Text::getFont() const |
| 136 | { |
| 137 | return _font; |
| 138 | } |
| 139 | |
| 140 | /** |
| 141 | * Changes the various resources needed for text rendering. |
no outgoing calls
no test coverage detected