Searched refs:glyf (Results 1 – 8 of 8) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TTFontFile.php | 3729 $glyf = ''; 3827 $glyf .= $data; 3831 $glyf .= str_repeat("\0", $padding); 3849 $this->add('glyf', $glyf); 4371 $glyf = ''; 4423 $glyf .= $data; 4428 $glyf .= str_repeat("\0", $padding); 4434 $this->add('glyf', $glyf);
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 36163 var glyf = source.subarray(sourceStart, sourceEnd); 36164 var contoursCount = signedInt16(glyf[0], glyf[1]); 36168 writeSignedInt16(glyf, 0, contoursCount); 36169 dest.set(glyf, destStart); 36170 glyphProfile.length = glyf.length; 36179 var endPoint = glyf[j] << 8 | glyf[j + 1]; 36185 var instructionsLength = glyf[j] << 8 | glyf[j + 1]; 36192 var flag = glyf[j++]; 36195 glyf[j - 1] = flag & 0x3F; 36202 var repeat = glyf[j++]; [all …]
|
| D | pdf.worker.js.map | 1 …glyf","contoursCount","signedInt16","writeSignedInt16","flagsCount","endPoint","instructionsStart"…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 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); [all …]
|
| D | pdfmake.min.js | 2 …glyf=be,ri["CFF "]=Ot,ri.CFF2=Ot,ri.VORG=Bt,ri.EBLC=Gt,ri.CBLC=ri.EBLC,ri.sbix=Ht,ri.COLR=Zt,ri.CP…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 29482 this.glyf = new GlyfTable(this); 31519 glyphs[id] = this.font.glyf.glyphFor(id); 31539 …var cmap, code, glyf, glyphs, id, ids, loca, name, new2old, newIDs, nextGlyphID, old2new, oldID, o… 31569 glyf = this.font.glyf.encode(glyphs, oldIDs, old2new); 31570 loca = this.font.loca.encode(glyf.offsets); 31581 glyf: glyf.table, property
|
| D | pdfmake.min.js | 14 …able(this),this.os2=new OS2Table(this),this.loca=new LocaTable(this),this.glyf=new GlyfTable(this)… 15 …glyf.glyphFor(i);e=[];for(i in r)n=r[i],(null!=n?n.compound:void 0)&&e.push.apply(e,n.glyphIDs);if… property
|
| D | pdfmake.min.js.map | 1 …glyf","xMin","yMin","xMax","yMax","character","codeMap","forGlyph","advance","readByte","writeByte…
|