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

Function CmapEncoding

libraries/p5.js:1453–1455  ·  view source on GitHub ↗
(cmap)

Source from the content-addressed store, hash-verified

1451};
1452
1453function CmapEncoding(cmap) {
1454 this.cmap = cmap;
1455}
1456
1457CmapEncoding.prototype.charToGlyphIndex = function(c) {
1458 return this.cmap.glyphIndexMap[c.charCodeAt(0)] || 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected