Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TomClive/SeeDance2Stitcher
/ glyphFor
Function
glyphFor
server.js:250–252 ·
view source on GitHub ↗
(char)
Source
from the content-addressed store, hash-verified
248
}
249
250
function
glyphFor(char) {
251
return
LABEL_FONT[char] || LABEL_FONT[
"?"
];
252
}
253
254
function
textPixelWidth(text, scale) {
255
let
width = 0;
Callers
2
textPixelWidth
Function · 0.85
drawBitmapText
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected