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

Method getLocalBounds

src/SFML/Graphics/Text.cpp:725–730  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

723
724////////////////////////////////////////////////////////////
725FloatRect Text::getLocalBounds() const
726{
727 ensureGeometryUpdate();
728
729 return m_bounds;
730}
731
732
733////////////////////////////////////////////////////////////

Callers 9

Text.test.cppFile · 0.45
Sprite.test.cppFile · 0.45
Shape.test.cppFile · 0.45
mainFunction · 0.45
DemoTextMethod · 0.45
updateMethod · 0.45
updateGlyphBoxMethod · 0.45
handleMousePressMethod · 0.45
KeyboardViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected