NFePHP\Extras\PdfNFePHP::CellFitScale PHP Method

CellFitScale() public method

CellFitScale Celula com escalamento horizontal somente se necessário
Author: Patrick Benny
public CellFitScale ( number $w, number $h, string $txt = '', number $border, number $ln, string $align = '', boolean $fill = false, string $link = '' )
$w number
$h number
$txt string
$border number
$ln number
$align string
$fill boolean
$link string
    public function CellFitScale($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align = '', $fill = false, $link = '')
    {
        $this->CellFit($w, $h, $txt, $border, $ln, $align, $fill, $link, true, false);
    }