MCPcopy Create free account
hub / github.com/ddnet/ddnet / GetBoundingBoxTextContainer

Method GetBoundingBoxTextContainer

src/engine/client/text.cpp:2229–2233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2227 }
2228
2229 STextBoundingBox GetBoundingBoxTextContainer(STextContainerIndex TextContainerIndex) override
2230 {
2231 const STextContainer &TextContainer = GetTextContainer(TextContainerIndex);
2232 return TextContainer.m_BoundingBox;
2233 }
2234
2235 void UploadEntityLayerText(const CImageInfo &TextImage, int TexSubWidth, int TexSubHeight, const char *pText, int Length, float x, float y, int FontSize) override
2236 {

Callers 6

UpdateMethod · 0.80
RenderImportantAlertMethod · 0.80
RenderKillMsgMethod · 0.80
RenderFinishMsgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected