list_align_style
(mPDF ≥ 2.1 && < 6.0)
Note: This was removed in mPDF 6.0
Specifies text alignment of numbers in numbered lists (default: Right)
<?php
$mpdf->list_align_style = 'L';
Default: 'R'
(This can be altered at run time, but is not changeable through stylesheets or in-line style)