| 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 | { |
no outgoing calls
no test coverage detected