Lines Matching refs:gid
16280 var gid = this.subset.includeGlyph(glyph.id);
16281 res.push("0000".concat(gid.toString(16)).slice(-4));
16282 if (this.widths[gid] == null) {
16283 this.widths[gid] = glyph.advanceWidth * this.scale;
16285 if (this.unicode[gid] == null) {
16286 this.unicode[gid] = glyph.codePoints;
54467 _proto9.getGlyphName = function getGlyphName(gid) {
54478 return charset[gid];
54480 if (gid === 0) {
54483 gid -= 1;
54486 return this.string(charset.glyphs[gid]);
54491 if (range.offset <= gid && gid <= range.offset + range.nLeft) {
54492 return this.string(range.first + (gid - range.offset));
54499 _proto9.fdForGlyph = function fdForGlyph(gid) {
54505 return this.topDict.FDSelect.fds[gid];
54513 if (gid < ranges[mid].first) {
54515 } else if (mid < high && gid >= ranges[mid + 1].first) {
54525 _proto9.privateDictForGlyph = function privateDictForGlyph(gid) {
54527 var fd = this.fdForGlyph(gid);
54736 gid: r.uint16,
54745 gid: r.uint16,
56227 var gid = this.getVariationSelector(codepoint, variationSelector);
56228 if (gid) {
56229 return gid;
56357 _proto15.codePointsForGlyph = function codePointsForGlyph(gid) {
56364 if (cmap.codeMap.get(i) === gid) {
56389 if (g === gid) {
56401 … if (gid >= group.glyphID && gid <= group.glyphID + (group.endCharCode - group.startCharCode)) {
56402 _res3.push(group.startCharCode + (gid - group.glyphID));
56412 if (gid === _group.glyphID) {
58081 var gid = lookupTable.lookup(glyph.id);
58082 if (gid) {
58083 this.glyphs[this.markedGlyph] = this.font.getGlyph(gid, glyph.codePoints);
58090 var gid = _lookupTable.lookup(glyph.id);
58091 if (gid) {
58092 this.glyphs[index] = this.font.getGlyph(gid, glyph.codePoints);
58144 var gid = lookupTable.lookup(glyph.id);
58145 if (gid) {
58147 glyphs[index] = this.font.getGlyph(gid, glyph.codePoints);
58156 var gid = this.subtable.table.insertionActions.getItem(insertionActionIndex++);
58157 insertions.push(this.font.getGlyph(gid));
58190 _proto21.generateInputs = function generateInputs(gid) {
58194 return this.inputCache[gid] || [];
58363 _proto22.stringsForGlyph = function stringsForGlyph(gid) {
58364 var glyphStrings = this.morxProcessor.generateInputs(gid);
60831 var replacement = sequence.slice(1).map(function (gid, i) {
60832 var glyph = new GlyphInfo(_this7.font, gid, undefined, features);
61527 _proto30.stringsForGlyph = function stringsForGlyph(gid) {
61529 var codePoints = this.font._cmapProcessor.codePointsForGlyph(gid);
61535 …for (var _iterator66 = _createForOfIteratorHelperLoose(this.engine.stringsForGlyph(gid)), _step66;…
62987 if (this.id < rec.gid) {
62989 } else if (this.id > rec.gid) {
63013 var g = this._font._getBaseGlyph(rec.gid);
63079 _proto38.transformPoints = function transformPoints(gid, glyphPoints) {
63084 if (gid >= gvar.glyphCount) {
63087 var offset = gvar.offsets[gid];
63088 if (offset === gvar.offsets[gid + 1]) {
63346 _proto38.getAdvanceAdjustment = function getAdvanceAdjustment(gid, table) {
63349 var idx = gid;
63359 innerIndex = gid;
63608 _proto41._addGlyph = function _addGlyph(gid) {
63609 var glyph = this.font.getGlyph(gid);
63612 var curOffset = this.font.loca.offsets[gid];
63613 var nextOffset = this.font.loca.offsets[gid + 1];
63622 gid = this.includeGlyph(component.glyphID);
63623 buffer.writeUInt16BE(gid, component.pos);
63725 var gid = _step73.value;
63726 this.charstrings.push(this.cff.getCharString(gid));
63727 var glyph = this.font.getGlyph(gid);
63760 var gid = _step74.value;
63761 var fd = this.cff.fdForGlyph(gid);
63772 var glyph = this.font.getGlyph(gid);
63792 var gid = _step75.value;
63793 var glyph = this.font.getGlyph(gid);
64040 _proto43.stringsForGlyph = function stringsForGlyph(gid) {
64041 return this._layoutEngine.stringsForGlyph(gid);