Searched refs:indexToLocFormat (Results 1 – 9 of 9) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TTFontFile.php | 818 $indexToLocFormat = $this->read_ushort(); 1163 if ($indexToLocFormat == 0) { 1166 } elseif ($indexToLocFormat == 1) { 1182 if ($indexToLocFormat == 0) { 1185 } elseif ($indexToLocFormat == 1) { 3499 $indexToLocFormat = $this->read_ushort(); 3567 $this->getLOCA($indexToLocFormat, $numGlyphs); 3857 $indexToLocFormat = 1; // long format 3862 $indexToLocFormat = 0; // short format 3871 $head = $this->_set_ushort($head, 50, $indexToLocFormat); [all …]
|
| D | OtlDump.php | 606 $indexToLocFormat = $this->read_ushort(); 4164 function getLOCA($indexToLocFormat, $numGlyphs) argument 4168 if ($indexToLocFormat == 0) { 4175 if ($indexToLocFormat == 1) { 4182 throw new \Mpdf\Exception\FontException('Unknown location table format ' . $indexToLocFormat);
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 36256 var indexToLocFormat = int16(data[50], data[51]); 36258 if (indexToLocFormat < 0 || indexToLocFormat > 1) { 36259 … (0, _util.info)('Attempting to fix invalid indexToLocFormat in head table: ' + indexToLocFormat); 36269 throw new _util.FormatError('Could not fix indexToLocFormat: ' + indexToLocFormat); 47961 var cmap, glyf, loca, cff, indexToLocFormat, unitsPerEm; 47984 indexToLocFormat = getUshort(data, offset + 50); 47995 return new TrueTypeCompiled(parseGlyfTable(glyf, loca, indexToLocFormat), cmap, fontMatrix);
|
| D | pdf.worker.js.map | 1 …indexToLocFormat","int16","numGlyphsPlusOne","locaLength","itemSize","itemDecode","itemEncode","nu…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.min.js | 14 …westRecPPEM=t.readShort(),this.fontDirectionHint=t.readShort(),this.indexToLocFormat=t.readShort()… 15 …parse=function(t){var e,n;return t.pos=this.offset,e=this.file.head.indexToLocFormat,0===e?this.of…
|
| D | pdfmake.js | 30232 this.indexToLocFormat = data.readShort(); 31065 format = this.file.head.indexToLocFormat;
|
| D | pdfmake.min.js.map | 1 …indexToLocFormat","glyphDataFormat","CmapEntry","charmap","subtable","endCode","glyphId","glyphIds…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 52772 indexToLocFormat: r.int16, 63665 head.indexToLocFormat = this.loca.version;
|
| D | pdfmake.min.js | 2 …indexToLocFormat:g.int16,glyphDataFormat:g.int16}),te=new g.Struct({version:g.int32,ascent:g.int16…
|