Home
last modified time | relevance | path

Searched refs:usingCoreFont (Results 1 – 6 of 6) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DDirectWrite.php57 if ($this->mpdf->usingCoreFont) {
72 if (!$this->mpdf->usingCoreFont) {
269 if ($this->mpdf->usingCoreFont) {
305 if ($this->mpdf->usingCoreFont) {
396 if ($this->mpdf->usingCoreFont) {
449 if ($this->mpdf->usingCoreFont) {
DHyphenator.php66 if ($this->mpdf->usingCoreFont) {
DMpdf.php660 var $usingCoreFont; variable in Mpdf\\Mpdf
1276 $this->usingCoreFont = false;
3599 if (!$this->usingCoreFont) {
3622 if (!$this->usingCoreFont) {
3844 if ($this->usingCoreFont) {
4071 $this->usingCoreFont = false;
4073 $this->usingCoreFont = true;
4079 $this->usingCoreFont = false;
4102 if (!$this->onlyCoreFonts && !$this->usingCoreFont) {
4232 $this->usingCoreFont = true;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php2677 if ($this->mpdf->usingCoreFont) {
2965 if ((!$this->mpdf->usingCoreFont && in_array($v, $this->mpdf->available_unifonts)) ||
2966 ($this->mpdf->usingCoreFont && in_array($v, ['courier', 'times', 'helvetica', 'arial'])) ||
3912 if (!$this->mpdf->usingCoreFont) {
3978 if (!$this->mpdf->usingCoreFont) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DBlockTag.php213 if ($this->mpdf->usingCoreFont) {
DTable.php268 if ($this->mpdf->autoLangToFont && !$this->mpdf->usingCoreFont) {