Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php251 var $fixedlSpacing;
1167 $this->fixedlSpacing = false;
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);
4692 elseif ($this->fixedlSpacing !
260 var $fixedlSpacing; global() variable in Mpdf\\Mpdf
[all...]