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

Method setLineAlignment

examples/text/Text.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 void setLineAlignment(sf::Text::LineAlignment lineAlignment)
82 {
83 text.setLineAlignment(lineAlignment);
84 update();
85 }
86
87 void setStyle(std::uint32_t style)
88 {

Callers 1

mainFunction · 0.45

Calls 1

updateFunction · 0.50

Tested by

no test coverage detected