Home
last modified time | relevance | path

Searched refs:cmap (Results 1 – 24 of 24) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFile.php3662 $cmap = [
3680 $cmap[] = $endCode; // endCode(s)
3683 $cmap[] = 0xFFFF; // endCode of last Segment
3684 $cmap[] = 0; // reservedPad
3688 $cmap[] = $start; // startCode(s)
3691 $cmap[] = 0xFFFF; // startCode of last Segment
3697 $cmap[] = $idDelta; // idDelta(s)
3700 $cmap[] = 1; // idDelta of last Segment
3704 $cmap[] = 0; // idRangeOffset[segCount] Offset in bytes to glyph indexArray, or 0
3707 $cmap[] = 0; // idRangeOffset of last Segment
[all …]
/plugin/html2pdf/html2pdf/html2ps/
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";
Dfont.class.php82 $cmap = $font->getTable('cmap');
83 $subtable = $cmap->findSubtable(OT_CMAP_PLATFORM_WINDOWS,
Dpdf.fpdf.php1969 $this->cmaps[$d] = new PDFCMap($cmap,
2218 $cmap = $this->cmaps[$i];
2227 $cmap->out($this);
/plugin/textile2/
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;
/plugin/html2pdf/html2pdf/html2ps/cache/
DHelvetica-iso-8859-7.php22 $cmap=array( variable
DTimes-Bold-iso-8859-1.php22 $cmap=array( variable
DHelvetica-Bold-iso-8859-7.php22 $cmap=array( variable
DHelvetica-iso-8859-1.php22 $cmap=array( variable
DArial Unicode MS-custom1.php22 $cmap=array( variable
DArial Unicode MS-symbol.php22 $cmap=array( variable
DArial Unicode MS-iso-8859-1.php22 $cmap=array( variable
DTimes-Roman-iso-8859-1.php22 $cmap=array( variable
DHelvetica-Bold-iso-8859-1.php22 $cmap=array( variable
DHelvetica-iso-8859-13.php22 $cmap=array( variable
DHelvetica-Oblique-iso-8859-1.php22 $cmap=array( variable
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js32506 }).then(function (cmap) { argument
32507 if (cmap instanceof _cmap.IdentityCMap) {
32511 return new _fonts.ToUnicodeMap(cmap.getMap());
32518 }).then(function (cmap) { argument
32519 if (cmap instanceof _cmap.IdentityCMap) {
32523 var map = new Array(cmap.length);
32524 cmap.forEach(function (charCode, token) {
34875 var cmap = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
34876 this._map = cmap;
35433 …var cmap = '\x00\x00' + string16(numTables) + '\x00\x03' + '\x00\x01' + (0, _util.string32)(4 + nu…
[all …]
Dpdf.worker.js.map1cmap.js","webpack://pdfjs-dist/build/pdf.worker/src/core/fonts.js","webpack://pdfjs-dist/build/pdf…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js16386 var cmap = this.document.ref();
16419cmap.end("/CIDInit /ProcSet findresource begin\n12 dict begin\nbegincmap\n/CIDSystemInfo <<\n /Re…
16420 return cmap;
52742 var cmap = new r.Struct({
56056 tables.cmap = cmap;
56177 this.cmap = this.findSubtable(cmapTable, [
56184 if (!this.cmap && iconv) {
56186 var cmap = _step10.value;
56187 var encoding = getEncoding(cmap.platformID, cmap.encodingID, cmap.table.language - 1);
56189 this.cmap = cmap.table;
[all …]
Dpdfmake.min.js2cmap=$,ri.head=ee,ri.hhea=te,ri.hmtx=ne,ri.maxp=ie,ri.name=ue,ri["OS/2"]=he,ri.post=pe,ri.fpgm=ye,…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js29252 if (!this.font.cmap.unicode) {
29258 var charWidths, cmap, code, data, descriptor, firstChar, fontfile, glyph;
29278 firstChar = +Object.keys(this.subset.cmap)[0];
29281 _ref = this.subset.cmap;
29289 cmap = this.document.ref();
29290 cmap.end(toUnicodeCmap(this.subset.subset));
29300 ToUnicode: cmap
29428 if (!(ttf.head.exists && ttf.name.exists && ttf.cmap.exists)) {
29431 if (!(ttf.head.exists && ttf.name.exists && ttf.cmap.exists)) {
29475 this.cmap = new CmapTable(this);
[all …]
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
Dpdfmake.min.js.map1cmap","unicode","charWidths","descriptor","firstChar","fontfile","glyph","Length1","FontName","Fon…
/plugin/xlsx2dw/packages/xlsx/
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) */