Searched refs:charWidths (Results 1 – 9 of 9) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/ |
| D | MetricsGenerator.php | 71 $this->fontCache->binaryWrite($fontkey . '.cw.dat', $ttf->charWidths);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TTFontFile.php | 172 var $charWidths; variable in Mpdf\\TTFontFile 235 $this->charWidths = ''; 567 $this->charWidths = ''; 3468 $this->charWidths = ''; 3961 $this->charWidths = ''; 4527 $this->charWidths = str_pad('', 256 * 256 * 2, "\x00"); 4530 $this->charWidths .= str_pad('', 256 * 256 * 2, "\x00"); 4534 $this->charWidths .= str_pad('', 256 * 256 * 2, "\x00"); 4572 $this->charWidths[$char * 2] = chr($w >> 8); 4573 $this->charWidths[$char * 2 + 1] = chr($w & 0xFF); [all …]
|
| D | OtlDump.php | 127 var $charWidths; variable in Mpdf\\OtlDump 185 $this->charWidths = ''; 4075 $this->charWidths = str_pad('', 256 * 256 * 2, "\x00"); 4077 $this->charWidths .= str_pad('', 256 * 256 * 2, "\x00"); 4080 $this->charWidths .= str_pad('', 256 * 256 * 2, "\x00"); 4113 $this->charWidths[$char * 2] = chr($w >> 8); 4114 $this->charWidths[$char * 2 + 1] = chr($w & 0xFF); 4134 $this->charWidths[$char * 2] = chr($w >> 8); 4135 $this->charWidths[$char * 2 + 1] = chr($w & 0xFF); 4144 $this->charWidths[0] = chr($nCharWidths >> 8); [all …]
|
| D | TTFontFileAnalysis.php | 17 $this->charWidths = '';
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 29258 var charWidths, cmap, code, data, descriptor, firstChar, fontfile, glyph; 29279 charWidths = (function() { function 29297 LastChar: firstChar + charWidths.length - 1, 29298 Widths: charWidths, 31322 this.charWidths = (function() { method in AFMFont.AFMFont
|
| D | pdfmake.min.js | 15 …ributes={},this.glyphWidths={},this.boundingBoxes={},this.parse(),this.charWidths=function(){var t… method
|
| D | pdfmake.min.js.map | 1 …charWidths","descriptor","firstChar","fontfile","glyph","Length1","FontName","FontFile2","FontBBox…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 15896 this.charWidths = new Array(256); 15898 this.charWidths[char] = this.glyphWidths[characters[char]];
|
| D | pdfmake.min.js | 2 …oxes={},this.kernPairs={},this.parse(),this.charWidths=new Array(256);for(var i=0;i<=255;i++)this.…
|