Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
402
int GuiContext::stringWidth(String const& s) {
403
return textPainter()->stringWidth(s);
404
}
405
406
//TODO: Make this use StringView
407
int GuiContext::stringInterfaceWidth(String const& s) {
Callers
1
getCursorDrawOffset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected