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

Method AddCharacterSet

src/SFGUI/SFGUI.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void SFGUI::AddCharacterSet( std::uint32_t low_bound, std::uint32_t high_bound ) {
48 Renderer::Get().AddCharacterSet( low_bound, high_bound );
49 Context::Get().GetEngine().AddCharacterSet( low_bound, high_bound );
50}
51
52}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected