Home
last modified time | relevance | path

Searched refs:indexToLocFormat (Results 1 – 9 of 9) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFile.php818 $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 …]
DOtlDump.php606 $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/
Dpdf.worker.js36256 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);
Dpdf.worker.js.map1indexToLocFormat","int16","numGlyphsPlusOne","locaLength","itemSize","itemDecode","itemEncode","nu…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js14 …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…
Dpdfmake.js30232 this.indexToLocFormat = data.readShort();
31065 format = this.file.head.indexToLocFormat;
Dpdfmake.min.js.map1indexToLocFormat","glyphDataFormat","CmapEntry","charmap","subtable","endCode","glyphId","glyphIds…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js52772 indexToLocFormat: r.int16,
63665 head.indexToLocFormat = this.loca.version;
Dpdfmake.min.js2indexToLocFormat:g.int16,glyphDataFormat:g.int16}),te=new g.Struct({version:g.int32,ascent:g.int16…