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