| 1932 | } |
| 1933 | |
| 1934 | uint16_t TextRenderer::getStringWidth(const char* buffer) const |
| 1935 | { |
| 1936 | return Impl::getStringWidth(_currentFontSpriteBase, buffer); |
| 1937 | } |
| 1938 | |
| 1939 | uint16_t TextRenderer::getStringWidth(const Font base, const char* buffer) |
| 1940 | { |
no test coverage detected