Home
last modified time | relevance | path

Searched refs:charWidths (Results 1 – 8 of 8) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php71 $this->fontCache->binaryWrite($fontkey . '.cw.dat', $ttf->charWidths);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php172 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 DOtlDump.php127 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 DTTFontFileAnalysis.php17 $this->charWidths = '';
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js29258 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 Dpdfmake.min.js15 …ributes={},this.glyphWidths={},this.boundingBoxes={},this.parse(),this.charWidths=function(){var t… method in e.t
H A Dpdfmake.min.js.map1charWidths","descriptor","firstChar","fontfile","glyph","Length1","FontName","FontFile2","FontBBox…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js