Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SplootCode/splootcode
/ stringWidth
Function
stringWidth
packages/editor/src/layout/layout_constants.ts:49–51 ·
view source on GitHub ↗
(s: string)
Source
from the content-addressed store, hash-verified
47
}
48
49
export
function
stringWidth(s: string) {
50
return
getTextWidth(s,
"16px 'Karla'"
)
51
}
52
53
export
function
stringLiteralDimensions(s: string): [number, number] {
54
const
lines = s.split(
'\n'
)
Callers
6
getInsertBoxWidth
Function · 0.90
calculateDimensions
Method · 0.90
EditBox
Class · 0.90
InsertBox
Class · 0.90
render
Method · 0.90
preloadFonts
Function · 0.85
Calls
1
getTextWidth
Function · 0.85
Tested by
no test coverage detected