Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php252 var $minwSpacing;
1168 $this->minwSpacing = 0;
3525 if ($this->minwSpacing || $this->fixedlSpacing) {
3531 $w += $this->fixedlSpacing + ($nb_spaces * $this->minwSpacing);
3586 if ($this->minwSpacing || $this->fixedlSpacing) {
3592 $w += $this->fixedlSpacing + ($nb_spaces * $this->minwSpacing);
3625 if ($this->minwSpacing || $this->fixedlSpacing) {
3712 if ($this->minwSpacing || $this->fixedlSpacing) {
3739 $w += (($nb_carac + $nb_spaces) * $this->fixedlSpacing) + ($nb_spaces * $this->minwSpacing);
6295 $this->minwSpacing
261 var $minwSpacing; global() variable in Mpdf\\Mpdf
[all...]