max_colH_correction
(mPDF ≥ 1.0)
max_colH_correction – Sets maximum ratio to allow when adjusting column heights
Description
float max_colH_correction
The maximum ratio to adjust column height when justifying - too large a value can give ugly results
Default: 1.15
Note: The $vAlign parameter of
<columnbreak>
or SetColumns() must
be set to J
or justify
Values
value | description |
---|---|
default | 1.15 |
range | Values above 1.0 |
Examples
<?php
$mpdf = new \Mpdf\Mpdf();
$mpdf->max_colH_correction = 1.3;