MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Engine

Method Engine

src/SFGUI/Engine.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54namespace sfg {
55
56Engine::Engine() :
57 m_auto_refresh( false )
58{
59}
60
61sf::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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected