Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A 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) {
H A DHyphenator.php66 if ($this->mpdf->usingCoreFont) {
H A DMpdf.php660 var $usingCoreFont;
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
666 var $usingCoreFont; global() variable in Mpdf\\Mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A 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/
H A DBlockTag.php213 if ($this->mpdf->usingCoreFont) {
H A DTable.php268 if ($this->mpdf->autoLangToFont && !$this->mpdf->usingCoreFont) {