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

Method setLetterSpacing

src/SFML/Graphics/Text.cpp:445–452  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

443
444////////////////////////////////////////////////////////////
445void Text::setLetterSpacing(float spacingFactor)
446{
447 if (m_letterSpacingFactor != spacingFactor)
448 {
449 m_letterSpacingFactor = spacingFactor;
450 m_geometryNeedUpdate = true;
451 }
452}
453
454
455////////////////////////////////////////////////////////////

Callers 1

Text.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected