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

Method AddCharacterSet

src/SFGUI/Renderer.cpp:815–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813}
814
815void Renderer::AddCharacterSet( std::uint32_t low_bound, std::uint32_t high_bound ) {
816 if( high_bound <= low_bound ) {
817 return;
818 }
819
820 m_character_sets.emplace_back( std::make_pair( low_bound, high_bound ) );
821}
822
823void Renderer::InvalidateImpl( unsigned char /*datasets*/ ) {
824}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected