| 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 | { |
nothing calls this directly
no test coverage detected