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

Function CffEncoding

libraries/p5.js:1461–1464  ·  view source on GitHub ↗
(encoding, charset)

Source from the content-addressed store, hash-verified

1459};
1460
1461function CffEncoding(encoding, charset) {
1462 this.encoding = encoding;
1463 this.charset = charset;
1464}
1465
1466CffEncoding.prototype.charToGlyphIndex = function(s) {
1467 var code = s.charCodeAt(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected