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

Method setLineSpacing

src/SFML/Graphics/Text.cpp:456–463  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

454
455////////////////////////////////////////////////////////////
456void Text::setLineSpacing(float spacingFactor)
457{
458 if (m_lineSpacingFactor != spacingFactor)
459 {
460 m_lineSpacingFactor = spacingFactor;
461 m_geometryNeedUpdate = true;
462 }
463}
464
465
466////////////////////////////////////////////////////////////

Callers 3

Text.test.cppFile · 0.80
makeShinyTextFunction · 0.80
makeTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected