Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTextCircle.php51 if ($this->mpdf->onlyCoreFonts) {
58 if ($this->mpdf->onlyCoreFonts) {
93 if ($this->mpdf->onlyCoreFonts) {
H A DOption.php26 if ($this->mpdf->onlyCoreFonts) {
H A DTextArea.php37 if ($this->mpdf->onlyCoreFonts) {
H A DInput.php51 if ($this->mpdf->onlyCoreFonts) {
60 if ($this->mpdf->onlyCoreFonts) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php853 if ($this->mpdf->onlyCoreFonts) {
949 if ($this->mpdf->onlyCoreFonts) {
1066 if ($this->mpdf->onlyCoreFonts) {
1103 if (!$this->mpdf->onlyCoreFonts) {
H A DCssManager.php690 if ((!$this->mpdf->onlyCoreFonts && in_array($v, $this->mpdf->available_unifonts)) ||
692 ($this->mpdf->onlyCoreFonts && in_array($v, ['courier', 'times', 'helvetica', 'arial'])) ||
H A DMpdf.php165 var $onlyCoreFonts;
1354 $onlyCoreFonts = false;
1369 $onlyCoreFonts = true;
1376 $onlyCoreFonts = true;
1387 $onlyCoreFonts = true;
1396 $this->onlyCoreFonts = $onlyCoreFonts;
1398 if ($this->onlyCoreFonts) {
1454 if ($this->onlyCoreFonts) {
1469 if ($this->onlyCoreFonts) {
174 var $onlyCoreFonts; global() variable in Mpdf\\Mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3332 if ($this->mpdf->onlyCoreFonts) {