///////////////////////////////////////////////////////////////////////////
| 284 | |
| 285 | //////////////////////////////////////////////////////////////////////////////// |
| 286 | const sf::Font* RichText::getFont() const |
| 287 | { |
| 288 | return m_font; |
| 289 | } |
| 290 | |
| 291 | |
| 292 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected