Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Application
Method · 0.45
main
Function · 0.45
Calls
1
update
Function · 0.50
Tested by
no test coverage detected