Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ BoundingBox
Method
BoundingBox
src/engine/client/text.cpp:931–934 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
929
}
930
931
STextBoundingBox CTextCursor::BoundingBox() const
932
{
933
return {m_StartX, m_StartY, m_LongestLineWidth, Height()};
934
}
935
936
void CTextCursor::SetPosition(vec2 Position)
937
{
Callers
3
Render
Method · 0.80
TextBoundingBox
Method · 0.80
AppendTextContainer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected