MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / glyphLoader

Function glyphLoader

libraries/p5.js:2160–2162  ·  view source on GitHub ↗
(font, index)

Source from the content-addressed store, hash-verified

2158};
2159
2160function glyphLoader(font, index) {
2161 return new _glyph.Glyph({index: index, font: font});
2162}
2163
2164/**
2165 * Generate a stub glyph that can be filled with all metadata *except*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected