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

Function addSegment

libraries/p5.js:4100–4107  ·  view source on GitHub ↗
(t, code, glyphIndex)

Source from the content-addressed store, hash-verified

4098}
4099
4100function addSegment(t, code, glyphIndex) {
4101 t.segments.push({
4102 end: code,
4103 start: code,
4104 delta: -(code - glyphIndex),
4105 offset: 0
4106 });
4107}
4108
4109function addTerminatorSegment(t) {
4110 t.segments.push({

Callers 1

makeCmapTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected