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

Method setOutlineThickness

src/SFML/Graphics/Text.cpp:514–521  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

512
513////////////////////////////////////////////////////////////
514void Text::setOutlineThickness(float thickness)
515{
516 if (thickness != m_outlineThickness)
517 {
518 m_outlineThickness = thickness;
519 m_geometryNeedUpdate = true;
520 }
521}
522
523
524////////////////////////////////////////////////////////////

Callers 6

Text.test.cppFile · 0.45
Shape.test.cppFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
DemoTextMethod · 0.45
makeShinyTextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected