Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ drawText
Method
drawText
examples/text/Text.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
void drawText(sf::RenderTarget& target) const
120
{
121
target.draw(text);
122
}
123
124
void update()
125
{
Callers
1
main
Function · 0.80
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected