Home
last modified time | relevance | path

Searched refs:FontSizePt (Results 1 – 13 of 13) sorted by relevance

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php207 $buffer .= \sprintf("BT /F%d %.2F Tf ET\n", $this->CurrentFont['i'], $this->FontSizePt);
240 'FontSizePt' => $this->FontSizePt,
287 $this->FontSizePt = $state['FontSizePt'];
394 $this->_out(\sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
405 $this->_out(sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1071 var $FontSizePt; //current font size in points variable in FPDF
1312 $this->FontSizePt);
1328 $this->FontSizePt);
1356 $this->FontSizePt);
1420 $this->FontSizePt);
1449 -$ut/1000*$this->FontSizePt);
1465 -$ut/1000*$this->FontSizePt);
1478 -$ut/1000*$this->FontSizePt);
1645 $this->FontSizePt=12;
1793 $size=$this->FontSizePt;
[all …]
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php980 var $FontSizePt; //current font size in points variable in FPDF
1223 $this->FontSizePt);
1267 $this->FontSizePt);
1331 $this->FontSizePt);
1359 -$ut/1000*$this->FontSizePt);
1373 -$ut/1000*$this->FontSizePt);
1386 -$ut/1000*$this->FontSizePt);
1552 $this->FontSizePt=12;
1782 $size=$this->FontSizePt;
2015 $size = $this->FontSizePt;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DDotTab.php46 $objattr['fontsize'] = $this->mpdf->FontSizePt;
H A DTextArea.php75 $objattr['fontsize'] = $this->mpdf->FontSizePt;
H A DSelect.php127 $objattr['fontsize'] = $this->mpdf->FontSizePt;
H A DTextCircle.php87 $objattr['fontsize'] = $this->mpdf->FontSizePt;
H A DInput.php81 $objattr['fontsize'] = $this->mpdf->FontSizePt;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php339 $fontsizePt = $this->mpdf->FontSizePt * 0.5 * $u / $t;
341 $fontsizePt = $this->mpdf->FontSizePt * $u / $t;
H A DMpdf.php796 var $FontSizePt; // current font size in points
1108 $this->FontSizePt = 9;
2965 $size = $this->FontSizePt;
3166 $size = $this->FontSizePt;
4091 $size = $this->FontSizePt;
4188 if ($this->FontFamily == $family && $this->FontFamily == $this->currentfontfamily && $this->FontStyle == $style && $this->FontStyle == $this->currentfontstyle && $this->FontSizePt == $size && $this->FontSizePt == $this->currentfontsize && !$forcewrite) {
4197 $this->FontSizePt = $size;
4201 $fontout = (sprintf('BT /F%d %.3F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
4220 if (($this->FontFamily == $family) and ( $this->FontStyle == $style) and ( $this->FontSizePt
795 var $FontSizePt; // current font size in points global() variable in Mpdf\\Mpdf
[all...]
H A DForm.php904 'fontsize' => $this->mpdf->FontSizePt,
985 'fontsize' => $this->mpdf->FontSizePt,
1190 'fontsize' => $this->mpdf->FontSizePt,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php266 $size = $this->mpdf->FontSizePt;
H A DSvg.php2725 $aixextra = sprintf(' /F%d %.3F Tf %s %s Tr %s %s ', $this->mpdf->CurrentFont['i'], $this->mpdf->FontSizePt, $opacitystr, $render, $fillstr, $strokestr);