MCPcopy 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
931STextBoundingBox CTextCursor::BoundingBox() const
932{
933 return {m_StartX, m_StartY, m_LongestLineWidth, Height()};
934}
935
936void CTextCursor::SetPosition(vec2 Position)
937{

Callers 3

RenderMethod · 0.80
TextBoundingBoxMethod · 0.80
AppendTextContainerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected