Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTextCircle.php51 if ($this->mpdf->onlyCoreFonts) {
58 if ($this->mpdf->onlyCoreFonts) {
93 if ($this->mpdf->onlyCoreFonts) {
DOption.php26 if ($this->mpdf->onlyCoreFonts) {
DInput.php51 if ($this->mpdf->onlyCoreFonts) {
60 if ($this->mpdf->onlyCoreFonts) {
DTextArea.php37 if ($this->mpdf->onlyCoreFonts) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DForm.php853 if ($this->mpdf->onlyCoreFonts) {
949 if ($this->mpdf->onlyCoreFonts) {
1066 if ($this->mpdf->onlyCoreFonts) {
1103 if (!$this->mpdf->onlyCoreFonts) {
DCssManager.php690 if ((!$this->mpdf->onlyCoreFonts && in_array($v, $this->mpdf->available_unifonts)) ||
692 ($this->mpdf->onlyCoreFonts && in_array($v, ['courier', 'times', 'helvetica', 'arial'])) ||
DMpdf.php165 var $onlyCoreFonts; variable in Mpdf\\Mpdf
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) {
4024 if (!$this->onlyCoreFonts) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php3332 if ($this->mpdf->onlyCoreFonts) {