MCPcopy Create free account
hub / github.com/SFML/SFML / setCharacterSize

Method setCharacterSize

src/SFML/Graphics/Text.cpp:434–441  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

432
433////////////////////////////////////////////////////////////
434void Text::setCharacterSize(unsigned int size)
435{
436 if (m_characterSize != size)
437 {
438 m_characterSize = size;
439 m_geometryNeedUpdate = true;
440 }
441}
442
443
444////////////////////////////////////////////////////////////

Callers 7

Text.test.cppFile · 0.80
mainFunction · 0.80
mainFunction · 0.80
AttenuationMethod · 0.80
KeyboardViewMethod · 0.80
JoystickDisplayMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected