| 1942 | } |
| 1943 | |
| 1944 | uint16_t TextRenderer::getMaxStringWidth(const char* buffer) const |
| 1945 | { |
| 1946 | return Impl::getMaxStringWidth(_currentFontSpriteBase, buffer); |
| 1947 | } |
| 1948 | |
| 1949 | uint16_t TextRenderer::getMaxStringWidth(Font font, const char* buffer) |
| 1950 | { |
nothing calls this directly
no test coverage detected