Home
last modified time | relevance | path

Searched refs:cmap (Results 1 – 25 of 25) sorted by last modified time

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2388 function build_tree(clens, cmap, MAX/*:number*/)/*:number*/ {
2412 /* cmap[maxlen + 4 bits] = (off&15) + (lit<<4) reverse mapping */
2419 cmap[ccode|(j<<cleni)] = (cleni&15) | (i<<4);
2596 /* cmap[7 bits from stream] = (off&7) + (lit<<3) */
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php589 // cmap - Character to glyph index mapping table
590 $cmap_offset = $this->seek_table('cmap');
1012 // cmap - Character to glyph index mapping table
1013 $cmap_offset = $this->seek_table('cmap');
1043 throw new \Mpdf\Exception\FontException(sprintf('Font "%s" does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)', $this->filename));
3513 // cmap - Character to glyph index mapping table
3514 $cmap_offset = $this->seek_table('cmap');
3534 throw new \Mpdf\Exception\FontException(sprintf('Font "%s" does not have Unicode cmap (platform 3, encoding 1, format 4, or platform 0 [any encoding] format 4)', $this->filename));
3584 $fsLastCharIndex = 0; // maximum Unicode index (character code) in this font, according to the cmap subtable for platform ID 3 and platform- specific encoding ID 0 or 1.
3606 // MS spec says that "Platform and encoding ID's in the name table should be consistent with those in the cmap tabl
[all...]
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg.woff2 wOFFOTTO3� O�CFF (-(E��lFFTM2h�{GGDEF2POS/2hK`X�])cmapt�z\�G�head56���hhea@ $ i�hmtx2�?<����maxp`�Pname��]rXpost x�c`d``��L���m�2p�0����J� ���v��?�Y�Y:�\&�(= Yx�c`d``���!�E����Vo�
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js32506 }).then(function (cmap) {
34876 this._map = cmap;
35908 if (!cmap) {
47606 compileCharString(font.glyphs[cmap.glyphId], cmds, font, cmap.glyphId);
47611 compileCharString(font.glyphs[cmap.glyphId], cmds, font, cmap.glyphId);
47830 var cmap = lookupCmap(this.cmap, unicode);
47834 fn = this.compileGlyph(this.glyphs[cmap.glyphId], cmap.glyphId);
47839 this.compiledCharCodeToGlyphId[cmap.charCode] = cmap.glyphId;
47890 var cmap = lookupCmap(this.cmap, unicode);
47910 _this.cmap = cmap;
[all …]
H A Dpdf.worker.js.map1cmap.js","webpack://pdfjs-dist/build/pdf.worker/src/core/fonts.js","webpack://pdfjs-dist/build/pdf…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/imagecarousel/vendor/slick/fonts/
H A Dslick.woff1 …���.����VFFTM��8������m�ȯGDEF��T������ �2�OS/2��p���R���`P��cmap������P��b" D�head…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js29252 if (!this.font.cmap.unicode) {
29281 _ref = this.subset.cmap;
29289 cmap = this.document.ref();
29300 ToUnicode: cmap
29475 this.cmap = new CmapTable(this);
31545 _ref = cmap.charMap;
31550 nextGlyphID = cmap.maxGlyphID;
31573 this.cmap = {};
31574 _ref1 = cmap.charMap;
31577 this.cmap[code] = ids.old;
[all …]
H A Dpdfmake.min.js.map1cmap","unicode","charWidths","descriptor","firstChar","fontfile","glyph","Length1","FontName","Fon…
H A Dpdfmake.min.js14cmap.unicode)throw new Error("No unicode cmap for font")},t.prototype.embedTTF=function(){var t,e,…
15cmap.tables[0].codeMap,t={},i=this.subset;for(e in i)n=i[e],t[e]=r[n];return t},t.prototype.glyphI… property in g
/plugin/html2pdf/html2pdf/html2ps/cache/
H A DHelvetica-Bold-iso-8859-1.php22 $cmap=array( variable
H A DHelvetica-Bold-iso-8859-7.php22 $cmap=array( variable
H A DHelvetica-iso-8859-7.php22 $cmap=array( variable
H A DTimes-Bold-iso-8859-1.php22 $cmap=array( variable
H A DArial Unicode MS-custom1.php22 $cmap=array( variable
H A DArial Unicode MS-symbol.php22 $cmap=array( variable
H A DArial Unicode MS-iso-8859-1.php22 $cmap=array( variable
H A DHelvetica-Oblique-iso-8859-1.php22 $cmap=array( variable
H A DHelvetica-iso-8859-1.php22 $cmap=array( variable
H A DHelvetica-iso-8859-13.php22 $cmap=array( variable
H A DTimes-Roman-iso-8859-1.php22 $cmap=array( variable
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php19 $cmap =& $font->getTable('cmap');
23 $subtable =& $cmap->findSubtable(OT_CMAP_PLATFORM_WINDOWS,
409 $cmap = MakeFontCMap($enc);
445 $s.='$cmap='.$cmap.";\n";
H A Dpdf.fpdf.php1969 $this->cmaps[$d] = new PDFCMap($cmap,
2218 $cmap = $this->cmaps[$i];
2227 $cmap->out($this);
H A Dfont.class.php82 $cmap = $font->getTable('cmap');
83 $subtable = $cmap->findSubtable(OT_CMAP_PLATFORM_WINDOWS,
/plugin/textile2/
H A DclassTextile.php1056 return mb_encode_numericentity($text, $this->cmap(), $charset);
1063 return mb_decode_numericentity($text, $this->cmap(), $charset);
1068 function cmap() function in Textile
1071 $cmap = array(
1073 return $cmap;