Making the stretch parameter = 1 on default print pdf all over
[fa-stable.git] / reporting / includes / class.pdf.inc
index 6eae796133ea9faa3a08533a60321a46a231e93c..778459dc7124c603b6382df824a2ae6d965172a9 100644 (file)
@@ -258,7 +258,7 @@ class Cpdf extends TCPDF {
                return array($txt2, $ret);
        }
 
-       function addTextWrap($xb, $yb, $w, $h, $txt, $align='left', $border=0, $fill=0, $link = NULL, $stretch = 0, $spacebreak=false)
+       function addTextWrap($xb, $yb, $w, $h, $txt, $align='left', $border=0, $fill=0, $link = NULL, $stretch = 1, $spacebreak=false)
        {
                $ret = "";
                if (!$this->rtl)