///////////////////////////////////////////////////////
| 401 | |
| 402 | //////////////////////////////////////////////////////////// |
| 403 | Text::Text(const Font& font, String string, unsigned int characterSize) : |
| 404 | m_string(std::move(string)), |
| 405 | m_font(&font), |
| 406 | m_characterSize(characterSize) |
| 407 | { |
| 408 | } |
| 409 | |
| 410 | |
| 411 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected