Lines Matching refs:widths

32570       var i, ii, j, jj, start, code, widths;
32574 widths = dict.get('W');
32576 if (widths) {
32577 for (i = 0, ii = widths.length; i < ii; i++) {
32578 start = xref.fetchIfRef(widths[i++]);
32579 code = xref.fetchIfRef(widths[i]);
32586 var width = xref.fetchIfRef(widths[++i]);
32621 widths = dict.get('Widths');
32623 if (widths) {
32626 for (i = 0, ii = widths.length; i < ii; i++) {
32627 glyphsWidths[j++] = xref.fetchIfRef(widths[i]);
32636 glyphsWidths = this.buildCharCodeToWidth(metrics.widths, properties);
32668 properties.widths = glyphsWidths;
32678 var widths = [];
32698 widths = glyphWidths();
32704 widths: widths
32708 var widths = Object.create(null);
32714 widths[charCode] = widthsByGlyphName[differences[charCode]];
32719 widths[charCode] = widthsByGlyphName[encoding[charCode]];
32724 return widths;
32806 var widths = dict.get('Widths') || baseDict.get('Widths');
32808 if (widths) {
32809 uint8array = new Uint8Array(new Uint32Array(widths).buffer);
32853 widths: metrics.widths,
32860 properties.widths = _this10.buildCharCodeToWidth(metrics.widths, properties);
34766 var glyphsWidths = properties.widths;
35102 this.widths = properties.widths;
35193 this.widths = properties.widths;
35711 this.remeasure = Object.keys(this.widths).length > 0;
37213 var cffWidths = font.cff ? font.cff.widths : null;
37248 if (glyphName in this.widths) {
37249 width = this.widths[glyphName];
37271 width = this.widths[charcode];
37291 width = this.widths[widthCode];
38175 cff.widths = charStringsAndSeacs.widths;
38523 var widths = [];
38570 widths[i] = nominalWidth + state.width;
38573 widths[i] = defaultWidth;
38588 widths: widths