Searched refs:base_table_properties (Results 1 – 3 of 3) sorted by relevance
41 …this->mpdf->tbctr[$this->mpdf->tableLevel]]['baseProperties'] = $this->mpdf->base_table_properties;51 $this->mpdf->base_table_properties['LETTER-SPACING'] = $this->mpdf->lSpacingCSS;52 $this->mpdf->base_table_properties['WORD-SPACING'] = $this->mpdf->wSpacingCSS;148 $this->mpdf->base_table_properties = [];284 $this->mpdf->base_table_properties['FONT-FAMILY'] = $this->mpdf->FontFamily;288 $tableFontSize = $this->sizeConverter->convert($this->mpdf->base_table_properties['FONT-SIZE']);298 $this->mpdf->base_table_properties['FONT-SIZE'] = $this->mpdf->FontSize . 'mm';302 $this->mpdf->base_table_properties['FONT-WEIGHT'] = 'BOLD';307 $this->mpdf->base_table_properties['FONT-STYLE'] = 'ITALIC';311 $this->mpdf->base_table_properties['COLOR'] = $properties['COLOR'];[all …]
177 …$properties = $this->cssManager->array_merge_recursive_unique($this->mpdf->base_table_properties, …
443 var $base_table_properties; variable in Mpdf\\Mpdf1220 $this->base_table_properties = [];