MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / stringWidth

Method stringWidth

source/windowing/StarGuiContext.cpp:402–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402int GuiContext::stringWidth(String const& s) {
403 return textPainter()->stringWidth(s);
404}
405
406//TODO: Make this use StringView
407int GuiContext::stringInterfaceWidth(String const& s) {

Callers 1

getCursorDrawOffsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected