MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getMaxStringWidth

Method getMaxStringWidth

src/OpenLoco/src/Graphics/TextRenderer.cpp:1944–1947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

getMaxStringWidthFunction · 0.85

Tested by

no test coverage detected