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

Method setLineAlignment

src/SFML/Graphics/Text.cpp:525–532  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

523
524////////////////////////////////////////////////////////////
525void Text::setLineAlignment(LineAlignment lineAlignment)
526{
527 if (m_lineAlignment != lineAlignment)
528 {
529 m_lineAlignment = lineAlignment;
530 m_geometryNeedUpdate = true;
531 }
532}
533
534
535////////////////////////////////////////////////////////////

Callers 1

Text.test.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected