NFePHP\Extras\PdfNFePHP::CellFitSpace PHP Method

CellFitSpace() public method

CellFitSpace Celula com espaçamento de caracteres somente se necessário
Author: Patrick Benny
public CellFitSpace ( 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 CellFitSpace($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align = '', $fill = false, $link = '')
    {
        $this->CellFit($w, $h, $txt, $border, $ln, $align, $fill, $link, false, false);
    }