MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getGlobalBounds

Method getGlobalBounds

extlibs/sfe/src/RichText.cpp:61–64  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

59
60 ////////////////////////////////////////////////////////////////////////////////
61 sf::FloatRect RichText::Line::getGlobalBounds() const
62 {
63 return getTransform().transformRect(getLocalBounds());
64 }
65
66
67 ////////////////////////////////////////////////////////////////////////////////

Callers 3

updateTextAndGeometryMethod · 0.45
RichText.cppFile · 0.45
updateGeometryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected