Home
last modified time | relevance | path

Searched refs:glyf (Results 1 – 7 of 7) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php219 // Maximum size of glyf table to read in as string (otherwise reads each glyph from file)
1170 $start = $this->seek_table('glyf');
1189 $start = $this->seek_table('glyf');
3579 list($start, $dummy) = $this->get_table_pos('glyf');
3722 // glyf - Glyph data
3723 list($glyfOffset, $glyfLength) = $this->get_table_pos('glyf');
3725 $glyphData = $this->get_table('glyf');
3729 $glyf = '';
3827 $glyf .= $data;
3831 $glyf
[all...]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js36164 var contoursCount = signedInt16(glyf[0], glyf[1]);
36169 dest.set(glyf, destStart);
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++];
36239 dest.set(glyf, destStart);
36309 var oldGlyfData = glyf.data;
36356 glyf.data = simpleGlyph;
[all …]
H A Dpdf.worker.js.map1glyf","contoursCount","signedInt16","writeSignedInt16","flagsCount","endPoint","instructionsStart"…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js29482 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,
H A Dpdfmake.min.js14 …able(this),this.os2=new OS2Table(this),this.loca=new LocaTable(this),this.glyf=new GlyfTable(this)…
15glyf.glyphFor(i);e=[];for(i in r)n=r[i],(null!=n?n.compound:void 0)&&e.push.apply(e,n.glyphIDs);if… property in g
H A Dpdfmake.min.js.map1glyf","xMin","yMin","xMax","yMax","character","codeMap","forGlyph","advance","readByte","writeByte…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js