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

Method setStyle

examples/text/Text.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 void setStyle(std::uint32_t style)
88 {
89 text.setStyle(style);
90 update();
91 }
92
93 void setTextOrientation(sf::Text::TextOrientation orientation)
94 {

Callers 2

ApplicationMethod · 0.45
mainFunction · 0.45

Calls 1

updateFunction · 0.50

Tested by

no test coverage detected