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

Method UploadEntityLayerText

src/engine/client/text.cpp:2235–2238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {
2237 m_pGlyphMap->UploadEntityLayerText(TextImage, TexSubWidth, TexSubHeight, pText, Length, x, y, FontSize);
2238 }
2239
2240 int AdjustFontSize(const char *pText, int TextLength, int MaxSize, int MaxWidth) const override
2241 {

Callers

nothing calls this directly

Calls 1

UploadEntityLayerTextMethod · 0.45

Tested by

no test coverage detected