Maxxscho\LaravelTcpdf\LaravelTcpdf::cellSettings PHP Method

cellSettings() protected method

Set the default cell settings
Author: Markus Schober
protected cellSettings ( )
    protected function cellSettings()
    {
        $this->SetCellPadding(Config::get('laravel-tcpdf::cell_padding'));
        $this->setCellHeightRatio(Config::get('laravel-tcpdf::cell_height_ratio'));
    }