| 54 | namespace sfg { |
| 55 | |
| 56 | Engine::Engine() : |
| 57 | m_auto_refresh( false ) |
| 58 | { |
| 59 | } |
| 60 | |
| 61 | sf::Vector2f Engine::GetFontHeightProperties( const sf::Font& font, unsigned int font_size ) const { |
| 62 | // We want to cache line height values because they are expensive to compute. |
nothing calls this directly
no outgoing calls
no test coverage detected