Lines Matching refs:glyf
53506 var glyf = new r.Array(new r.Buffer());
56068 tables.glyf = glyf; // PostScript Outlines
63558 var glyf = {
63570 var size = Glyf.size(glyf);
63573 Glyf.encode(stream, glyf); // Align to 4-byte length
63610 var glyf = glyph._decode(); // get the offset to the glyph from the loca table
63618 if (glyf && glyf.numberOfContours < 0) {
63620 …for (var _iterator72 = _createForOfIteratorHelperLoose(glyf.components), _step72; !(_step72 = _ite…
63625 } else if (glyf && this.font._variationProcessor) {
63627 buffer = this.glyphEncoder.encodeSimple(glyph.path, glyf.instructions);
63629 this.glyf.push(buffer);
63636 return this.glyf.length - 1;
63644 this.glyf = [];
63662 maxp.numGlyphs = this.glyf.length;
63698 glyf: this.glyf,
64059 if (this.directory.tables.glyf) {
64117 …if (!(this.directory.tables.fvar && (this.directory.tables.gvar && this.directory.tables.glyf || t…
64583 if (this.directory.tables.glyf && this.directory.tables.glyf.transformed) {
64595 this.stream.pos = this.directory.tables.glyf.offset;