Home
last modified time | relevance | path

Searched refs:svgAutoFont (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3108 if ($this->mpdf->svgAutoFont) {
3911 if ($this->mpdf->svgAutoFont && isset($attribs['lang']) && $attribs['lang']) {
3977 if ($this->mpdf->svgAutoFont && isset($attribs['lang']) && $attribs['lang']) {
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md119 - Removed global `_SVG_AUTOFONT` and `_SVG_CLASSES` constants in favor of `svgAutoFont` and `svgClasses` configuration keys
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php207 var $svgAutoFont;
216 var $svgAutoFont; global() variable in Mpdf\\Mpdf