Searched refs:charWidths (Results 1 – 8 of 8) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/ |
H A D | MetricsGenerator.php | 71 $this->fontCache->binaryWrite($fontkey . '.cw.dat', $ttf->charWidths);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A 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[ [all...] |
H A 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"); 4106 //$this->charWidths[$char] = intval(round($scale*$aw)); 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[ [all...] |
H A D | TTFontFileAnalysis.php | 17 $this->charWidths = '';
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 29258 var charWidths, cmap, code, data, descriptor, firstChar, fontfile, glyph; 29279 charWidths = (function() { 29297 LastChar: firstChar + charWidths.length - 1, 29298 Widths: charWidths, 31322 this.charWidths = (function() {
|
H A D | pdfmake.min.js | 15 …ributes={},this.glyphWidths={},this.boundingBoxes={},this.parse(),this.charWidths=function(){var t… method in e.t
|
H A D | pdfmake.min.js.map | 1 …charWidths","descriptor","firstChar","fontfile","glyph","Length1","FontName","FontFile2","FontBBox…
|
/plugin/datatables/assets/pdfmake/build/ |
H A D | pdfmake.min.js |
|