Home
last modified time | relevance | path

Searched +full:font +full:- +full:size +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 26 – 27 of 27) sorted by relevance

12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTd.php14 $tag = $this->getTagName();
16 $this->mpdf->ignorefollowingspaces = true;
17 $this->mpdf->lastoptionaltag = $tag; // Save current HTML specified optional endtag
19 $this->cssManager->tbCSSlvl++;
21 $this->mpdf->InlineProperties = [];
22 $this->mpd
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php112 $this->mpdf = $mpdf;
113 $this->otl = $otl;
114 $this->cssManager = $cssManager;
115 $this->sizeConverter = $sizeConverter;
116 $this->colorConverter = $colorConverter;
117 $this->colorModeConverter = $colorModeConverter;
118 $this->cache = $cache;
119 $this->languageToFont = $languageToFont;
120 $this->scriptToLanguage = $scriptToLanguage;
121 $this->remoteContentFetche
[all...]

12