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

Method setTextOrientation

examples/text/Text.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 void setTextOrientation(sf::Text::TextOrientation orientation)
94 {
95 text.setTextOrientation(orientation);
96 update();
97 }
98
99 void colorTextDirection(bool enable)
100 {

Callers 1

mainFunction · 0.45

Calls 1

updateFunction · 0.50

Tested by

no test coverage detected