MCPcopy 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
250function glyphFor(char) {
251 return LABEL_FONT[char] || LABEL_FONT["?"];
252}
253
254function textPixelWidth(text, scale) {
255 let width = 0;

Callers 2

textPixelWidthFunction · 0.85
drawBitmapTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected