Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetDefaultFont
Method
SetDefaultFont
src/SFGUI/ResourceManager.cpp:156–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
void ResourceManager::SetDefaultFont( std::shared_ptr<const sf::Font> font ) {
157
AddFont(
"Default"
, font );
158
}
159
160
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected