Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ drawBoundingBox
Method
drawBoundingBox
examples/text/Text.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void drawBoundingBox(sf::RenderTarget& target) const
105
{
106
target.draw(boundingBox);
107
}
108
109
void drawGlyphBox(sf::RenderTarget& target) const
110
{
Callers
1
main
Function · 0.80
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected