| 112 | } |
| 113 | |
| 114 | float Engine::GetFontLineHeight( const sf::Font& font, unsigned int font_size ) const { |
| 115 | return GetFontHeightProperties( font, font_size ).x; |
| 116 | } |
| 117 | |
| 118 | float Engine::GetFontBaselineOffset( const sf::Font& font, unsigned int font_size ) const { |
| 119 | return GetFontHeightProperties( font, font_size ).y; |
no outgoing calls
no test coverage detected