PhpSigep\Pdf\CartaoDePostagem2016::multiLines PHP Method

multiLines() private method

private multiLines ( $w, $txt, $align, $h = null, $utf8 = true )
    private function multiLines($w, $txt, $align, $h = null, $utf8 = true)
    {
        $this->t($w, $txt, null, $align, $h, true, $utf8);
    }